VisioBot3000Variables.ps1
#module level variables $Visio=0 $Shapes=@{} $Stencils=@{} $StencilSearchPath=@() $updateMode=$false $LastDroppedObject=0 $RelativeOrientation='Horizontal' [System.Collections.ArrayList]$GlobalFunctions=@() |