Post Reply 
Newbie Questions
01-08-2014, 04:45 PM
Post: #4
RE: Newbie Questions
Thank you both for taking the time to reply!

(01-08-2014 02:46 PM)Eddie W. Shore Wrote:  I can answer a couple of questions:

1. The best way to return multiple answers is to use a list or vector. Example:

RETURN [A,B,C...];

RETURN {A,B,C...};

Granted, but I meant put A, B, and C on separate levels of the stack. There doesn't seem to be any way to take a list apart, RPN-style.

Quote:4. Using the INPUT command will automatically store the value. So INPUT(A); will prompt for A and store its value in A.

I guess I didn't make myself clear. I meant being able to store a value in a variable specified by the user. So a program could store a value in MyNewVariable, named by the user on the spot.

eried Wrote:Any example when you need this? The scripts are pretty "sandboxed" in my opinion so I don't think there is a direct way (you can call views and other things)

I'd like to be able to create key reassignments that, for example, activate when the key is held down for half a second, or with another key held down simultaneously, while leaving its ordinary behavior unchanged. I use this *all the time* on my 50g, it's made it immensely more functional.

Quote:char(10)

Thank you!

Quote:I think this might happen with the current device, if is "rooted" some day.

I sincerely hope you are right! Though the keyboard will still leave a lot to be desired, IMO - the more so if repurposed as a "51g". I'll gladly live with it, though!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Newbie Questions - The Shadow - 01-08-2014, 11:05 AM
RE: Newbie Questions - Eddie W. Shore - 01-08-2014, 02:46 PM
RE: Newbie Questions - The Shadow - 01-08-2014 04:45 PM
RE: Newbie Questions - eried - 01-08-2014, 03:53 PM
RE: Newbie Questions - Michael de Estrada - 01-08-2014, 05:04 PM
RE: Newbie Questions - The Shadow - 01-08-2014, 05:48 PM
RE: Newbie Questions - Han - 01-08-2014, 08:22 PM
RE: Newbie Questions - The Shadow - 01-08-2014, 11:29 PM
RE: Newbie Questions - debrouxl - 01-08-2014, 08:05 PM
RE: Newbie Questions - The Shadow - 01-11-2014, 02:57 AM
RE: Newbie Questions - Helge Gabert - 01-11-2014, 03:46 AM
RE: Newbie Questions - Michael de Estrada - 01-11-2014, 03:57 AM
RE: Newbie Questions - Helge Gabert - 01-11-2014, 04:06 AM



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