--- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote: > --- In [email protected], "kottami" <[EMAIL PROTECTED]> wrote: > > opath= "c:\hnc\work\pci" > > ttt=regex.replaceg(opath,?"\\",?"\/","npath") > > ;win.debug(ttt) > > win.debug(npath) > > Try this: > opath=?"c:\hnc\work\pci" > regex.replaceg(opath,?"\\",?"/","npath") > win.debug(npath) >
Thanks alot.. Good.. That's It. These days, learning regula express. > BTW, why are you using regex.dll for this simple job? Use instead: > npath=replacechars(opath,?"\/") Regards.. 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/
