The "format" command
|
03-18-2016, 02:57 PM
Post: #2
|
|||
|
|||
RE: The "format" command
format is a CAS command while a PPL program is essentially executed in Home mode, so you have some adjustments to do.
You can refer to this excellent tutorial: HP Prime CAS programming In your case the trick is to build a string with the parameters you want to pass to format: Code: EXPORT FormatTest() Or you can use STRING instead of format: Code: EXPORT StringTest() |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
The "format" command - Moonwatcher - 03-18-2016, 12:59 PM
RE: The "format" command - Didier Lachieze - 03-18-2016 02:57 PM
RE: The "format" command - Moonwatcher - 03-18-2016, 03:54 PM
|
User(s) browsing this thread: 1 Guest(s)