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
pmb...@gmail.com
http://home.comcast.net/~pmbrig



_______________________________________________
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

Reply via email to