-
- Downloads

The âonlyclearglobalsâ option was not actually clearing global variables

The driver was calling âclearâ before âglobalâ, hence clearing local and not global variables (unless âglobalâ had already been called at scope). Rather use âclearvars -globalâ.
Loading
Please register or sign in to comment