[Gambas-user] IsDate(), IsFloat(), IsInteger(), ... documentation inconsistencies
Tobias Boege
taboege at ...626...
Sat Dec 21 13:37:37 CET 2013
Hi,
I believe there is an error in the documentation. We see (at least) three
different signatures for the Is*() functions:
1. Boolean = IsDate ( String )
2. Result = IsFloat ( String ) AS Boolean
3. Result = IsInteger ( String ) AS Integer
Are these correct or should every Is*() function return a Boolean, which is
what I believe. Just tell me what to do and I'll fix it.
Regards,
Tobi
More information about the User
mailing list