Offset bug fixed in 8.1.2 rc1

Bob Sneidar bobsneidar at iotecdigital.com
Fri Nov 11 11:18:50 EST 2016


I've confirmed the offset bug is resolved. 

set the itemDelimiter to "|"
set wholematches to true
put "|123|456|" into tContactType
put itemOffset("456", tContactType)

will return 3. Prior to the fix it would return 0. 

Bob S




More information about the use-livecode mailing list