RE: ( escape character

2002-05-21 Thread Bryan Love
use JSStringFormat() +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecommunication Systems [EMAIL PROTECTED] +---+ ...'If there must be trouble,

Re: ( escape character

2002-05-20 Thread Jann VanOver
Escape? It is a special character to group statements but I didn't know it escaped anything. In JavaScript strings, most special characters can be escaped with a '\' before them, in your case \( Does this help? On 5/20/02 7:14 PM, Neil H. [EMAIL PROTECTED] wrote: In javascript how can I

RE: ( escape character

2002-05-20 Thread Dimple Goshar
use escape and unescape functions -Original Message- From: Neil H. [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 7:45 AM To: CF-Talk Subject: ( escape character In javascript how can I avoid ( being an escape character... Neil