|
From: Luis G. <lui...@sk...> - 2003-07-25 13:27:17
|
If you need help testing, please let us know and we will help. Regards, -- Luis -----Original Message----- From: Leif Mortenson [mailto:le...@ta...]=20 Sent: Thursday, July 24, 2003 10:25 PM To: wra...@li... Subject: Re: Request for opinions. Re: [Wrapper-user] wrapper.java.additional.11 with # in value Paul Casanova wrote: >Hi Leif, > >The latter idea (##) seems the most logical since most programming=20 >conventions use a double whatever to escape and use the whatever! > >Eg, in VB an & is used to specify an accelarator key in menus buttons=20 >etc, so && escapes this and shows "&" in the menu button etc. > >The only issue might be where people have a string of #'s used to=20 >highlight an area of code in a conf file, eg=20 >########################### IMPORTANT CODE ###########################. > It should be ok, each double ## would be reduced to single #, then first single # would be interpreted as a comment. In addition, any line which starts with a # would still be a comment=20 unless it was #include I'll have to test it, but I think the above example should be ok. Cheers, Leif ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01 /01 _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user |