6a15492e9c
* NEW: The scaring change. IsByte(), IsShort(), IsSingle(), IsString(), IsPointer(), IsObject() and IsVariant() have been removed. IsNull() has been kept unchanged. * NEW: IsInteger() now returns if a string can be converted to an Integer number. * NEW: IsLong() now returns if a string can be converted to an Integer or a Long number. * NEW: IsFloat() now returns if a string can be converted to a Float, but not an Integer or a Long. * NEW: IsNumber() now returns if a string can be converted to an Integer, a Long or a Float. * NEW: IsDate() now returns if a string can be converted to a Date. * NEW: Str(True) and Str(False) now use the translation of the "True" and "False" string, if they exist in the current project. * NEW: Val() now uses the translation of the "True" and "False" string, if they exist in the current project. git-svn-id: svn://localhost/gambas/trunk@3329 867c0c6c-44f3-4631-809d-bfa615b0a4ec
The file is empty.