y work for straight quotes, not curly
quotes.
Jim Ault
Las Vegas
--- On Mon, 8/8/11, James Hurley wrote:
From: James Hurley
Subject: Re: Replacing the quote character
To: use-livecode@lists.runrev.com
Date: Monday, August 8, 2011, 4:57 PM
I discovered I have the MS curly quotes. This is what works
Roger-
Monday, August 8, 2011, 5:49:54 PM, you wrote:
> MS (major stooge) Curly quotes? ;-)
Nyuk nyuk nyuk
--
-Mark Wieder
mwie...@ahsoftware.net
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsu
On Mon, Aug 8, 2011 at 7:57 PM, James Hurley wrote:
> I discovered I have the MS curly quotes. This is what works for these:
>
> replace numToChar(210) with "#" in tList
> replace numToChar(211) with "#" in tList
>
> Thanks Mike and Jerry.
>
> Jim Hurley
>
MS (major stooge) Curly quotes? ;-)
___
Those are really good with ketchup. OH QOUTES! nvm
Bob
On Aug 8, 2011, at 4:57 PM, James Hurley wrote:
> I discovered I have the MS curly quotes. This is what works for these:
>
> replace numToChar(210) with "#" in tList
> replace numToChar(211) with "#" in tList
>
> Thanks Mike and Jerry.
>
I discovered I have the MS curly quotes. This is what works for these:
replace numToChar(210) with "#" in tList
replace numToChar(211) with "#" in tList
Thanks Mike and Jerry.
Jim Hurley
___
use-livecode mailing list
use-livecode@lists.runrev.com
Plea
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 s
replace quote with "#" in tList
no kidding!
--Jerry
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-live
chartonum(39)
that's how I replace quotes (cannot remember if
that's a single or double quote though)?
replace chartonum(39) with
chartonum(xx) in tList
where xx is the ascii number for a # symbol.
would be my guess.
Mike
On Mon, 8 Aug 2011 16:03:03 -0700, James
Hurley wrote:
> Ho
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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscr