Sometimes the answer is shining in your eyes [Smile]

Create a Boolean type variable

Testscript:
code:
$x = Not 1
? $x
? VarTypeName($x)
Get $y

$x is now a var of type Boolean, could be usefull in COM-scripting ?

-Erik