Have you tried charToNum and numToChar?

you won't be able to remove the " so it will
look like "'mystring'"  

Why do you need the quotes removed anyway?
A string is a string is a string.

If you're looking to extract a variable name,
meaning turing "mystring" into mystring, then
use value.

mystring = 5
put the text of "myfield" into val
put val
--"mystring"
put value(val)
-- 5

Is that what you want?


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of mike
> Sent: Thursday, November 02, 2000 12:36 PM
> To: [EMAIL PROTECTED]
> Subject: <lingo-l> remove quotes
> 
> 
> Hi gang
> put the text of field "Myfield" into val
> returns "mystring"
> 
> how do I convert "mystring" into 'mystring'
> I`ve checked the archives but I`m not sure
> 
> thanks
> 
> 
> [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!]
> 
> 

[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