--- In [email protected], "niggaw0t" <[EMAIL PROTECTED]> wrote: > > Basically I would like to display a 6 digit number as the toolbar > button text taken from a .txt file.
Create a startup scheduled event global g_password=readline(?"cZ:\path\to\yourfile.txt",1) Create a button with label *info expr(g_password) Set the button width. You can also set the button left command to the same command as above to provide a refresh if the file changes while PPro is running. 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/
