--- Sean wrote: > I see. I don't have to bother further, but ... > esc(replacechars(var,?'"',?'""'),?'"')
I now understand! Thank you Sean! Local ScriptName = ?_ARB_ Local Alias = ?_ProcessThisText_ Local Parameters = ?_Do I have a "hamburger" of sorts? |'`/\*_ ; --- all one line below Parameters = ReplaceChars(ReplaceChars(Parameters, ?"\", ?"\\"), ?'"', ?'\X22') ; --- all one line above ; --- all one line below Win.Debug(?"." ++ ScriptName ++ ?"@" ++ Alias ++ ?'(Esc(?"' ++ Parameters ++ ?'", ?"\"))') ; --- all one line above Using this, it is possible for the Parameters variable to contain every single ASCII character except for characters 1, 10, 13 and 19 I believe. -- Alex Peters / Melbourne, Australia PowerPro v4.1.00 / Windows XP ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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/
