Posted by Tyno Gendo on 09/28/07 14:00
Tyno Gendo wrote:
>> Line 100-104 in my test are
>> 100 print is_number(545);
>> 101 print is_number(ca100);
>> 102 print is_number( );
>> 103 print is_number(none);
>> 104 print is_number(15 303);
You would need quotes around these anyway wouldnt you?...
eg. is_number("ca100");
Navigation:
[Reply to this message]
|