1 Sep 2004 04:08
Re: [power-pro] esc() function
--- Alan wrote: > I know from a recent posting by Bruce that it can look like this: > static var = esc(?+xx\nxxx +,?+\+) > but what's it do? Esc() returns the string supplied as the first argument escaped with the character supplied in the second one. Var1 = "This\nis\na\ntest" Var2 = Esc(?"This\nis\na\ntest", ?"\") Var3 = Esc(?"This'nis'na'ntest", ?"'") Var4 = Esc(?"This-nis-na-ntest", ?"-") Var4 = Esc(?"Thispnispnapntest", ?"p") Var1 == Var2 == Var3 == Var4 == Var5 -- -- Alex Peters / Melbourne, Australia PowerPro v3.8.21 / 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 --------------------------------------------------------------------~->(Continue reading)

RSS Feed