Post Reply 
Deleting Variables
11-10-2016, 02:18 AM
Post: #8
RE: Deleting Variables
Thank you very much to all of you gentlemen. You have all given me an insightful experience in the world of hp prime variables handling. I think that the best approach I have deduced from your replies is this.

Create two programs. Say FiberOptics.hpprgm and a separate program FOVars.hpprgm, that contain only the variables.

EXPORT FOVars()
BEGIN

END;

next create the program FiberOptics.hpprgm

Export fiberoptic()
Start(SolveApp) etc..
code

END;

Archive both and when needed load them unto the calculator. To delete the variables simply delete FOVars.hpprgm and all those variables disappear with the FOVars program.

Thank you so much.

PS: Will in the future the Solver App be able to process Complex Numbers. It would be a great asset to the Prime if we could use the Solver to create Libraries for Engineering
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Deleting Variables - BERNARD MICHAUD - 11-07-2016, 02:07 AM
RE: Deleting Variables - Carlos295pz - 11-08-2016, 03:47 AM
RE: Deleting Variables - BERNARD MICHAUD - 11-09-2016, 02:45 AM
RE: Deleting Variables - eried - 11-09-2016, 06:31 AM
RE: Deleting Variables - Didier Lachieze - 11-09-2016, 08:46 AM
RE: Deleting Variables - BERNARD MICHAUD - 11-10-2016 02:18 AM



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