chunwaihome wrote: > Local myvar > myvar = "e:\Program Files\PowerPro\scripts\var.txt" > debug &(myvar)
you may try the following local myvar myvar = ?"e:\Program Files\PowerPro\scripts\var.txt" win.debug(myvar) ?"xxxx" is used to prevent interpreting \ as an escape character win.debug() takes an expression as argument win.dll is the plugin providing the win.debug service. All plugins are in e:\Program Files\PowerPro \plugins. Documentation can be found in win.txt 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/
