It's the same case, an boolean value is not a string LOL its a single value.
PHP Code:
iDoublePoints[id] = str_to_num(doublepoints)
isVIP[id] = str_to_num(vip)
>
</span></span>
PHP Code:
iDoublePoints[id] = str_to_num(doublepoints) ? true : false
isVIP[id] = str_to_num(vip) ? true : false
__________________