Converting characters
Converting characters
- Subject: Converting characters
- From: Dave Fugiel <email@hidden>
- Date: Tue, 07 Aug 2001 14:22:38 -0500
I have several characters that applescript
does not like:
" and \
Can someone give me an idea how to do
the following.
Thanks for the help,
F U G E
if thechar ="X"
set newchar to "\"
else if thechar ="Z"
set newchar to """
end if