F$STRING()
F$STRING() is a lexical function that converts integers to strings.
Syntax
F$STRING(integer to convert)
Example
$ number = 1 $ string = f$string(number) $ show symbol string STRING = "1"
F$STRING() is a lexical function that converts integers to strings.
F$STRING(integer to convert)
$ number = 1 $ string = f$string(number) $ show symbol string STRING = "1"