Re: remove quotes

2000-11-02 Thread Daniel Plaenitz
At 17:36 02.11.2000 +, mike wrote: >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 the quotes are not a part of the string, so there is no need to "remove" them. The quotes are me

RE: remove quotes

2000-11-02 Thread Steven Sacks
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. myst