jbrave
16 years agoChannel Surfer
convert boolean to int?
?true=1
true
?false=0
false
?1+false
Type Mismatch
any way to get the numeric value of a boolean short of writing an if-then statement?
true
?false=0
false
?1+false
Type Mismatch
any way to get the numeric value of a boolean short of writing an if-then statement?