Vbscript variables

From wikinotes

Scope

Dim     var    ' Normal variable within scope
Public  var    ' Global variable
Private var    ' (? private to what)