Versions Compared

Key

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

RIGHT$ returns the specified number of characters from the right side of the argument string value

Syntax

RIGHT$(StrExpr$StrExpr$, Length%) 

Arguments

  • StrExpr$ is StrExpr$ is the string value to be shorten
  • Length% is the number of characters to include

...