Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Testing if a string is an integer?

From: emptyhead:home:nl at: 8-Dec-2000 16:20

>> if not error? try [ a: load "66436436" ] [ integer? a ]
== true
>> if not error? try [ a: load "66436fdsaf436" ] [ integer? a ]
== none
>>
Daan Oosterveld Mat Bettinson schreef: