try to "escape" the backslash first. put replacetext( fld 1, backslash&backslash & quote , quote ) into fld 1
which is not necessary with replace backslash & quote with quote in fld 1 cheers ---------------------=--------------------- Xavier [EMAIL PROTECTED] wrote on 04/10/2005 09:35:39: > 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 ----------------------------------------- Visit us at http://www.clearstream.com IMPORTANT MESSAGE Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries. END OF DISCLAIMER _______________________________________________ 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
