Why does to-time behave differently to to-integer, to-decimal, to-tuple
when
 you try and convert an invalid value?

 for example :

 >> a: to-integer "aaa"
 ** Script Error: Invalid argument: aaa.
 ** Where: to integer! :value


 >> a: to-time "aaa"
 == none


 Cheers Phil



Reply via email to