NumberToString - Forum

Forum Navigation
You need to log in to create posts and topics.

NumberToString

I can't find anything in the Help file about NumberToString and the following does not work. What is the correct syntax? Thanks.

 

NumberToString 1234 [numvar]
AlertBox "" "[numvar]" ""

 

 

@fkapnist just use a variable to store the numeric value.

SetVar [mynumber] 1234
NumberToString [mynumber] [mystring]
AlertBox "" "[mystring]" ""

Regards.

fkapnist has reacted to this post.
fkapnist