Does this work: Put "\" & quote into tRep Replace tRep with quote in tString
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Todd Geist Sent: Tuesday, October 04, 2005 3:35 AM To: [email protected] Subject: ReplaceText and Backslash Hello, I have a string that comes from Applescript and it has a bunch of /" in it. It looks like this Script id=\"7\" name=\"New Script 2\" includeInMenu=\"True\" I would like to replace the Backslash Quote string with just Quote. But this does not work. put replaceText (theString, backslash & quote, quote) Any ideas why? Thanks Todd -- Todd Geist ______________________________________ g e i s t i n t e r a c t i v e _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
