Find vs. Offset

Peter M. Brigham pmbrig at gmail.com
Wed Dec 19 19:21:51 EST 2012


On Dec 19, 2012, at 7:03 PM, Peter Brigham wrote:

> <snip>
> repeat for each item f in fieldlist
>  put offsets(tString,f) into tOffsets
>  if tOffsets = 0 then next repeat
>  repeat for each item i in tOffsets
> <snip>

A correction, I think you have to use "put offsets(tString, the text of f) into tOffsets" in the second line above

-- Peter

Peter M. Brigham
pmbrig at gmail.com
http://home.comcast.net/~pmbrig






More information about the use-livecode mailing list