View Single Post
  #4 (permalink)  
Old 08-17-2007, 02:13 PM
hoser2001's Avatar   
hoser2001 hoser2001 is offline
Programmer
 
Join Date: Jul 2006
Posts: 175
Credits: 0
Rep Power: 10
hoser2001 is on a distinguished road
Default

if you are attempting to write a string, and your string contains (
then to escape that character would simply be \(

if your variable is a string, then you need to change that variable so that those characters are escaped in this way. Perhaps before sending the variable to the write function you can someone search for those characters and precede them with the escape character \
Reply With Quote