format() not acting as expected.
|
06-24-2021, 03:41 PM
(This post was last modified: 06-24-2021 03:42 PM by matalog.)
Post: #1
|
|||
|
|||
format() not acting as expected.
I have been trying to repeat something that the help file and also the manual mentions that should work.
Can anyone see what I am doing wrong? I have attached an image file of the results of me trying to use format, like described in the manual: format(9.3456,"s3") |
|||
06-24-2021, 03:54 PM
Post: #2
|
|||
|
|||
RE: format() not acting as expected.
format is a CAS command, so format(9.3456,"s3") works in CAS, but in Home due to the way the commands are passed from Home to CAS the quotes around s3 are removed, so you get an error.
In Home if you type: format(9.3456,"\"s3\"") , it works. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)