Thread
:
Bool detection
View Single Post
#
3
12-14-2007, 02:40 AM
Novo
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
PHP Code:
if (
suffix
==
"integer"
&&
value in
{
false
,
true
} )
suffix
=
"Boolean"
;
Ideally, just keep it integer. Booleans are integers in Graal, all your doing is adding complexity where it isn't needed.
Novo
View Public Profile
View GraalOnline Profile
Find all posts by Novo