Post Reply 
HP Prime object types for INPUT command (SOLVED)
03-19-2015, 07:00 PM (This post was last modified: 03-19-2015 07:02 PM by rprosperi.)
Post: #3
RE: HP Prime object types for INPUT command
(03-19-2015 06:50 PM)Spybot Wrote:  
Hi Everyone!

I'm writing a little program on the HP Prime and I'm using the INPUT command, so I need to know what the object types are:

for example:

Real number: (object type code?)
String: (object type code?)
integer: (object type code?)
... etc.

where can I find these codes? help please!

Just use the Prime to find out, e.g. in Home, TYPE(5) [Enter], TYPE(#4), TYPE("abc"), TYPE(5+3i), TYPE({1,2,3}) will give you those types (0, 1, 2, 3 and 6 for these examples)

Edit: Clarified this is in Home

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Prime object types for INPUT command - rprosperi - 03-19-2015 07:00 PM



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