Hello,
I'm getting and exception in a super common line of code.
Note that mTmp is initialized.
The code is executed 4 times and the exception rises in the last loop (mTmp.Size = 0)
This code belongs to the main module.
mTmp is declared in Sub Globals.
The function where the error rises in a resumable sub.
Thank you very much!
I'm getting and exception in a super common line of code.
Note that mTmp is initialized.
The code is executed 4 times and the exception rises in the last loop (mTmp.Size = 0)
This code belongs to the main module.
mTmp is declared in Sub Globals.
The function where the error rises in a resumable sub.
Thank you very much!