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 _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
