> > > maybe this should be a plugin? > > > > please! It would help us scripters move towards a shared > development framework... > > Umm... I did not mean to volunteer to write it...
Couldn't you use existing file-writing techniques and just create it with a script that is called externally to your current script? Something like: Log = IwantToSeeThisVarInTheLog .log(log) Where .log writes the variable log to a file that is called scriptname.log, outputs a crlf (to make the log easy to read), and closes the log file waiting for another write call. Heck, using the variable name as an argument in the script call...you could write anything you want to the log file by just putting the variable you want in the log in the arg area. The only limitation would be the file plugins 4K text limit atm. (which might be something you can enlarge if needed) David Troesch | Atlanta, GA | ICQ# 2333123 Autoit3: Scripts for the Next Generation - www.hiddensoft.com Funstuff: Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks. ------------------------ 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/
