Versions Compared

Key

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

MID$ returns the specified number of characters starting at Position% of the argument string value.

Syntax

MID$(StrExpr$StrExpr$, Position%, [Length%])

Arguments

  • StrExpr$ is StrExpr$ is a string expression
  • Position% is the starting position of the substring 
  • Length% is an optional integer value containing the number of characters for the substring to contain

...