Quote Originally Posted by Darrel Taylor View Post
What file versions of ReEnterPBP-18.bas and ReEnterPBP-18LP.bas are you using?
DT_INTS-18 v3.3
ReEnterPBP-18 v1.4
ReEnterPBP-18LP v1.4

Quote Originally Posted by Darrel Taylor View Post
Are your variables in an array?
Are they being specified in a particular Bank?
nope and nope.

Quote Originally Posted by Darrel Taylor View Post
PBP creates extra variables for complex math or logical conditions.
That must be what's causing my problem. It compiles OK when I take out a couple of fairly large SELECT CASE statements (one with 20 cases and the other with 12 cases). I guess i'll try to re-write my code so it will use less background PBP vars.