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!]

Reply via email to