Replacing the quote character
Bob Sneidar
bobs at twft.com
Mon Aug 8 19:38:31 EDT 2011
The reserved word "quote" contains the quote character. More are tab, return (which is just cr, or cr/lf depending on the os), cr (just cr), lf (just lf), and there may be a few more. I like to put "`" into sq as a global in any database app I am working with, so I can say something like:
put sq before theColumnName;put sq after theColumnName
Bob
On Aug 8, 2011, at 4:03 PM, James Hurley wrote:
> How do I replace the quote character in a string using the "replace" command?
>
> Replace [????] with "#" in tList
>
> Jim Hurley
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list