This also is one of the forces of KiXtart over VB scripting.

In KiXtart all userdecared variables starts with the dollar sign, so they are always easy to spot.

In VB-script any literal is alowed as a variablename (as long as it is not a reserved name [Eek!] )

In VB-script you can get confused of whitch variables/functions are buildin and whitch are userdefined,
this is not the case with KiXtart.

-Erik