Post Reply 
A program to calc leasing
05-21-2015, 10:47 AM (This post was last modified: 05-21-2015 11:44 AM by salvomic.)
Post: #6
RE: A program to calc leasing
(05-21-2015 10:33 AM)DrD Wrote:  There may be several ways to approach this, but I keep a skeleton menu framework (program) in my "master program catalog," expressly for this. To use, just put routines (or subroutines) in between the (otherwise empty) IF END constructs, ...

hi Dale,
thank you for the gift Smile
very interesting.
I'm seeing it and I think to use in some programs of mine...
For now about "Leasing" I'm using a simple choose menu, but maybe in the future I could change it...
I think to use your Drawmenu with "IRR" program, today I try a bit!

Salvo

EDIT:
I'm trying the skeleton...
How to return to menu from the functions?
I've having troubles with a simple code:
Code:

about()
BEGIN
PRINT("Something");
WAIT(0); CFmenu();
END;

When it revert to the Drawmenu (CFmenu) or also "Exit" button recall menu, or Prime hangs...

Thank you

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
A program to calc leasing - salvomic - 05-20-2015, 10:35 PM
RE: A program to calc leasing - DrD - 05-20-2015, 10:51 PM
RE: A program to calc leasing - salvomic - 05-20-2015, 10:58 PM
RE: A program to calc leasing - DrD - 05-21-2015, 10:33 AM
RE: A program to calc leasing - salvomic - 05-21-2015 10:47 AM
RE: A program to calc leasing - DrD - 05-21-2015, 03:45 PM
RE: A program to calc leasing - salvomic - 05-21-2015, 03:57 PM
RE: A program to calc leasing - salvomic - 05-21-2015, 08:47 AM
RE: A program to calc leasing - salvomic - 05-21-2015, 02:32 PM
RE: A program to calc leasing - salvomic - 05-23-2015, 05:15 PM



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