code: show_in_psm = new Boolean(get("show_in_psm")*1);
quote:Originally posted by SpunkyLoveMuff Thanks. Had to use *-1 though because it's a negative value in the registry EDIT: But still, why was I getting an object?
code:var x = new Boolean(1); var bool = x.valueOf();