Command Syntax
CHARS (DynArr)
Syntax Elements
Each element of DynArr must evaluate to a numeric argument in the range 0-255.Notes
If any of the dynamic array elements are non-numeric, a run-time error will occur.See also: CHAR().
Example
y = 58 : @AM : 45 : @AM : 41 z = CHARS (y) FOR i = 1 TO 3 CRT z<i>: NEXT i
0 comments:
Post a Comment