Alpha function

The Alpha function returns true (1) if the expression contains non-numeric characters (including punctuation). If the expression contains a numeric value, false (0) is returned.

value = Alpha(expression)

* B is set to true.
A = "BASIC+"
B = Alpha(A)

* B is set to false.
A = "1992"
B = Alpha(A)
 
**
**
  • guides/programming/programmers_reference_manual/alpha.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1