Software for "Variable" and directories for HP Prime?
|
05-09-2018, 11:40 AM
Post: #4
|
|||
|
|||
RE: Software for "Variable" and directories for HP Prime?
You may know all this - just putting it out there in case it helps:
Create a new application for each project you feel needs a "directory", either based on an existing application or based on none. Just select an application and hit "save". This, as Cyrille says, will give you a "directory", with variables that are only active when that application is active. You can tell which application is active by looking at the titlebar of the HP Prime. This is a subtle but crucial piece of knowledge, that to me, made the whole App idea on the Prime make sense. There is always an active application whose special application variables appear in scope. Conversely those variables disappear from scope when that application is no longer the active application. For example F1 will refer to your F1(X) function if the "Function App" is active but refers to spreadsheet location F1 when the "Spreadsheet App" is active. General global variables you create are global and accessible no matter which app is active. So, looking just at application variables: Code: AVars - lists application vars of the current active application You can also auto create application variables by editing the current application "program" e.g. Code: EXPORT myvar1, myvar2:=123, myvar3; // custom application vars More refs: - see https://en.hpprime.club/articles/hans-hp...-variables for a nice article re scope. - see how to create custom vars https://h30434.www3.hp.com/t5/Calculator...-p/6279061 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)