Re: itemOffset still not working

2016-10-17 Thread Bob Sneidar
Woot! Also, I think I will get more involved in the dev cycle this time. I am so hesitant to develop along 2 lines because my project is live. But I think I can work it out. Bob S On Sep 26, 2016, at 04:06 , Peter TB Brett mailto:peter.br...@livecode.com>> wrote: On 23/09/2016 23:16, Bob Sne

Re: itemOffset still not working

2016-09-26 Thread Peter TB Brett
On 23/09/2016 23:16, Bob Sneidar wrote: put rContactRecord ["contacttype"] into tContactType -- verified is "|it|" set the itemdelimiter to "|" set wholematches to true put itemoffset(pType, tContactType) into tOffset -- verified pType is "it" tOffset contains 0 I also used literals as in put it

itemOffset still not working

2016-09-23 Thread Bob Sneidar
put rContactRecord ["contacttype"] into tContactType -- verified is "|it|" set the itemdelimiter to "|" set wholematches to true put itemoffset(pType, tContactType) into tOffset -- verified pType is "it" tOffset contains 0 I also used literals as in put itemoffset("it","|it|") into tOffset tOffse