Thank you. I'll begin looking at it later this week, also to add in that other duplication check you suggested.I managed to remove a lot and just show a bit and the functions that resulted in the missing variables.
I found the bug where the last variable in a line with 2+ variables is being ignored. So that was an easy fix. If interested, you can fix that now... but the same fix needs to be applied in two different areas:
module: modMain, method: pvParseName_Variable
module: clsValidation, method: pvParseDeclares
change:
edited: the patch needed to be applied in 2 methods, not one. Above has been updatedCode:from... If n = p Then Exit Do to... If n = p And lMode = 0 Then Exit Do




Reply With Quote