Skip to main content
5 events
when toggle format what by license comment
Oct 1, 2018 at 9:21 history edited Pankaj Bisht CC BY-SA 4.0
indentation
Jan 5, 2018 at 12:57 history edited Alexander Elgin CC BY-SA 3.0
added 2 characters in body
Aug 31, 2016 at 11:47 comment added Mark Birbeck Yes, I came to this conclusion, too. I also quite like the way that arrays get treated using this method; an array with a single value counts as that value, but everything else fails: IsNumeric([3]) == true; IsNumeric([]) == false; IsNumeric([3, 4]) == false; But I'd imagine that's a matter of taste!
S Jun 22, 2016 at 17:57 history answered John Mikic CC BY-SA 3.0
S Jun 22, 2016 at 17:57 history made wiki Post Made Community Wiki by John Mikic