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
 ahsoftw...@gmail.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to