<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > String functions > DIGIT_SetMask$ |
Description
Set the mask used to define digit chars.
Return the previous mask used to define digit chars.
Syntax
s = DIGIT_SetMask$(string_expression)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
String_Expression |
String |
No |
Any string expression |
Remarks
Restrictions
See also
Examples