Hello, sorry for my bad english...
I want buy 49G+, so I have some questions:
1. Is possible to create dialogs similar to TI-89 (strings, inputs and outputs in one dialog) ?
2. Can I create user-defined menu?
3. Functions, that are be able to return value directly, not only into variable (like ClassPad).
4. Possibility to store and recall variables from SD card by commands in programs.
5. Functions similar to TI: Try - EndTry and ClrErr.
Thank you for your answers :)
Standa(CZ)
49G+ programming features
|
06-07-2004, 11:15 PM
06-07-2004, 11:41 PM
Hi, Standa;
I think I have answers to some questions of yours: 2. Can I create user-defined menu?Yes. Features for custom menu allow you to associate a custom string to a key and allow different actions to each: press a menu key directly [left-shift] and [right-shift] prior to press the key 3. Functions, that are be able to return value directly, not only into variable (like ClassPad).All internal functions (O.S. defined, like LN, SIN, etc) that return values place them in the stack, i.e., they are not necessarily associated to variables. Some applications change or use values in variables that already exist, like TVM or CAS functions. If you mean custom-defined functions, it depends on the way you create/define them. 4. Possibility to store and recall variables from SD card by commands in programs.Yes. Storing and recalling (and purging) variables in SD cards are merely a question of adding :3: (designator to port 3) as the first "character" of the variable's name. If you want to store an object (already in level 1) in an SD card with the name 'DATA1', you type in: :3:DATA1 [STO]This sequence can be part of a program as well. Sorry, but I have no answer for the other ones. Cheers. Luiz (Brazil)
Edited: 7 June 2004, 11:59 p.m.
06-08-2004, 04:01 AM
I want buy 49G+, so I have some questions:
06-08-2004, 04:03 AM
1. Is possible to create dialogs similar to TI-89 (strings, inputs and outputs in one dialog) ?
06-08-2004, 09:20 AM
Thank you for your answers. I am decided to buy HP49G+ before TI-89 Titanium :) |
« Next Oldest | Next Newest »
|