Versions Compared

Key

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

...

value = Alpha(expression)

See also

Num()

Example

Code Block
* B is set to true.
A = "BASIC+"
B = Alpha(A)
 
* B is set to false.
A = "1992"
B = Alpha(A)