I didn't know this...

Peter Haworth pete at lcsql.com
Sun Dec 28 10:29:29 EST 2014


Expanding the use of each would be great!

delete item 2 of each line of tVar, for example

Pete
lcSQL Software
On Dec 27, 2014 10:44 PM, "Geoff Canyon" <gcanyon at gmail.com> wrote:

> It's too bad this won't work:
>
>    put "bob carol ted alice" into S
>    replace "c" with "x" in char 1 of each word of S
>    put S -- puts "bob xarol ted alice"
>
>
> On Sat, Dec 27, 2014 at 5:42 PM, Kay C Lan <lan.kc.macmail at gmail.com>
> wrote:
>
> > Nice :-)
> >
> > This isn't limited to variables but for works for fields as well.
> >
> > Taken the liberty of entering an Enhancement Request - 14311 - that the
> > Dictionary entry be amended to include your example and note that replace
> > can also be used on chunks within a container, not just the entire
> > container.
> > _______________________________________________
> > 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
> >
> _______________________________________________
> 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