--- In [email protected], "searapaixao" <[EMAIL PROTECTED]> wrote: > Hi guys, > I've been trying to get the Calendar script working but it has been > hard. I believe it was made for 3.8. The problem seems to be that the > syntax for a lot of commands has changed. > > For example, at the end of Globvars.txt, the script that defines the > global variables, there's this line: > > Script runfile &(scriptpath++"selecttag.txt")
Is scriptpath a variable you have set or are your trying to refer to the powerpro function scriptpath? If it is a variable which has a path to your scripts, this should work. But if it is the built-in keyword, you are not using it appropriately. You just want script runfile selecttag.txt or The built-in scriptpath gives the text in the latest script path statement, which is the ;-separated list of paths where PowerPro will look for scripts. ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/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/
