Re: hard code percent sign (i.e. %) in QT?

2004-10-27 Thread Dan Grunberg
Wed, 27 Oct 2004 17:14:06 +1300 (12:14 AM EDT here) Allister Jenks wrote: Wednesday, October 27, 2004, 5:09:35 PM, Greg wrote: GS Anyway to hard code a percent sign (i.e. %) so it actually shows GS up in a message derived from a quick template? Don't know for fact, but often something like %%

Re: hard code percent sign (i.e. %) in QT?

2004-10-26 Thread Allister Jenks
Wednesday, October 27, 2004, 5:09:35 PM, Greg wrote: GS Anyway to hard code a percent sign (i.e. %) so it actually shows up in a GS message derived from a quick template? Don't know for fact, but often something like %% should work. I.e. double-up the 'escape' character (% in this case). --