At 11:32 PM 7/22/2001 -0400, you wrote: >>Is there a way to achieve what I need? > >Try this: > >on convertQuote aField > aString = the text of field aField > temp = aString.char.count > quotestring = quote & " & quote & " & quote > repeat with i = temp down to 1 > if char i of aString = quote then put quotestring into char i of aString > end repeat > return aString >end > It works great, and thanks a lot for simplifying my unnecessary long script. I learned a lot. Thanks! Regards, Changhsu Liu [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
- <lingo-l> just started with lingo Pascal Deraed
- RE: <lingo-l> just started with lingo Pekka Buttler
- Re: <lingo-l> just started with lingo Pascal Deraed
- RE: <lingo-l> just started with lingo Pekka Buttler
- Re: <lingo-l> just started with lin... Pascal Deraed
- Re: <lingo-l> just started wit... Buzz Kettles
- <lingo-l> How to put the QUOTE symbol into a st... Changhsu Liu
- Re: <lingo-l> How to put the QUOTE symbol i... Colin Holgate
- Re: <lingo-l> How to put the QUOTE symb... Changhsu Liu
- Re: <lingo-l> How to put the QUOTE ... R. Bhakti Klein
- Re: <lingo-l> How to put the Q... Colin Holgate
- Re: <lingo-l> How to put t... R. Bhakti Klein
- Re: <lingo-l> How to p... Buzz Kettles
- Re: <lingo-l> How to p... Colin Holgate
- Re: <lingo-l> How to p... Buzz Kettles
- RE: <lingo-l> just started with lingo Chutima T.
