Im using assign to call some variables and at runtime I am getting errors:
WARNING: $Reserve_1: possibly used before declaration.
ERROR: $Reserve_1: undeclared global variable.
The code below is how I assign the vars, and I used a 'IsDeclared' to verify that it was successful.
Im trying to...