Post Reply 
How do you use format
06-29-2016, 09:41 PM
Post: #1
How do you use format
How do you use format to format numbers into strings?

Code:

EXPORT HOWFMT()
BEGIN
 MSGBOX(format(9.3456,"s3"));
END;

Gives a bad argument error.

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How do you use format - StephenG1CMZ - 06-29-2016 09:41 PM
RE: How do you use format - Joe Horn - 06-29-2016, 10:12 PM
RE: How do you use format - roadrunner - 06-29-2016, 10:14 PM
RE: How do you use format - toml_12953 - 06-30-2016, 02:08 PM



User(s) browsing this thread: 2 Guest(s)