StrLeft

Extract Substring from Left Side of String

Related Topics Link IconRelated Topics 

Definition

Copies a fixed number of characters starting at the left side of a string and stores the resulting string in a variable.

Settings

Input

  • String
    The string from which a character should be copied.
  • Number of characters to copy (0 = no character)
  • Store result in
    A variable that collects the string.