Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

LEFT$ returns the specified number of characters from the left side of the argument string value.

Syntax


LEFT$(StrExpr$StrExpr$, Length%)

Arguments

  • StrExpr$ is StrExpr$ is the String Expression to shorten 
  • Length% is the number of characters to include 

...