Inserting a character at the text insertion point in a field

Peter Haworth pete at lcsql.com
Tue Apr 28 17:02:00 EDT 2015


Thanks for that Paul, learned something new, yet again!

Pete
lcSQL Software <http://www.lcsql.com>
Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>

On Tue, Apr 28, 2015 at 12:26 PM, Paul Hibbert <paul at livecode.org> wrote:

> Or another way, replace…
>
> >        put "." after me
>
> …with:
>
> put "." into the selection
>
> Works OK here, and allows you to replace a number with a period if you
> typed it wrong.
>
> Paul
> _______________________________________________
> 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