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
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
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