Re: setting the insertion point

2011-04-13 Thread Nicolas Cueto
Thanks, Jacqueline and Stephen. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: setting the insertion point

2011-04-12 Thread stephen barncard
you almost have it. select text after field "abc" On 12 April 2011 21:20, Nicolas Cueto wrote: > Hello, > > Given this script: > > put "123" into field "abc" > focus on field"abc" > > what additional script lines would cause the insertion point to be > placed at the end of the line? or, say,

Re: setting the insertion point

2011-04-12 Thread J. Landman Gay
On 4/12/11 11:20 PM, Nicolas Cueto wrote: Hello, Given this script: put "123" into field "abc" focus on field"abc" what additional script lines would cause the insertion point to be placed at the end of the line? or, say, after the number "2"? See "select" in the dictionary (the comman

setting the insertion point

2011-04-12 Thread Nicolas Cueto
Hello, Given this script: put "123" into field "abc" focus on field"abc" what additional script lines would cause the insertion point to be placed at the end of the line? or, say, after the number "2"? Thanks. -- Nicolas Cueto ___ use-livecode m