08-21-2012 07:50 AM
You can also check if the variable was defined before. So you do not need to define all variables again:
If Not ItemInfoGet("MyVariable") Then Call GlobalDim("MyVariable") End If
Winfried