valueDiff for arrays?
Mark Wieder
ahsoftware at sonic.net
Wed Aug 8 13:19:34 EDT 2018
On 08/08/2018 04:18 AM, Mark Waddingham via use-livecode wrote:
>> "the extents" implements those rules, so "isSequence" doesn’t need to.
>>
>> Or is there evidence "isSequence" fails?
on test
local i
repeat with i=1 to 10
put "true" into sArray[i]
end repeat
put "false" into sArray[pi]
delete variable sArray[4]
put the extents of sArray && the number of elements of sArray & cr
after msg
end test
--
Mark Wieder
ahsoftware at gmail.com
More information about the use-livecode
mailing list