Re: Matchchunk and the variables list

2016-05-07 Thread James Hale
Thanks Mark. Missed the parentheses in the notes. James ___ 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-

Re: Matchchunk and the variables list

2016-05-06 Thread Mark Wieder
James- put "(llo)" into tfind -- Mark Wieder ahsoftw...@gmail.com ___ 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/mai

Matchchunk and the variables list

2016-05-06 Thread James Hale
When I try this put "hello there" into tstring put "llo" into tfind put 0 into ss put 0 into se if matchchunk(tstring,tfind,ss,se) then put tstring&return&ss&return&se end if I expect to get... hello there 3 5 Whereas I get hello there T