--- In [email protected], bizaro <[EMAIL PROTECTED]> wrote: > > Hello Ted, > > you wrote... > > > arg(1) thru arg(9) can be thought of as "temporary variables" and are > > dialogboxes, > > According to my tests above is not correct, arg()s are local variables, > but maybe I missed your point.
This is essentially correct: arg(i) is function call which causes PowerPro to fetch the ith argument from an internal storage area. There should be one storage area per function so these are effectively local variables. This note reminded me of an easy-to-add feature which I stuck in newly uploaded version of beta 4.3.10 (powerpro exe 4.3.10a): the command args alpha beta gamma when used in a script provides a short form for local alpha = arg(1) local beta = arg(2) local gamma= arg(3) > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
