--- In [EMAIL PROTECTED], "entropyreduction" <[EMAIL PROTECTED]> wrote: > Hi Bruce, > > Here's a little thing: > > pprofolder, scriptfolder, exefullpath, lastclippath and probably > other keywords that return a path return it with backslashes. That > shot me in the foot: I passed a string constructed from pprofolder > out to a vbs script, which then called back with a constructed > string, which had backslashs, which got treated as escape char and > removed.... > > Of course I can work around with ReplaceChar(?\/?), but maybe better > if keywords that return paths do so with forward slashes?
This is one I am going to leave as is. I agree you should use ReplaceChar as this is a special circumstance where you are constructing a string for a language which also uses \. Will that > break anything? ------------------------ 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 --------------------------------------------------------------------~-> 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/
