Is there a clean way to test this?  Currently I'm using a pragmatic test:

    function isArray @v
      if v <> empty then return false
      return (the keys of v <> empty)
    end isArray

Is this reasonable?  Is there a more 'official' way?
 
  Ben Rubinstein               |  Email: [EMAIL PROTECTED]
  Cognitive Applications Ltd   |  Phone: +44 (0)1273-821600
  http://www.cogapp.com        |  Fax  : +44 (0)1273-728866


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to