I guess I don't understand the 'end of line' idea in VB6. I needed to enter values for 60 variables ( DR(1) to DR(60) ) . As the line got long, I used 'Line Continuation', space underscore, to go the the next line down on the code page. After the fourth line I was done.
But whether I enter nothing, a semi-colon, or another LC, VB complains during compile. What's wrong? Thanks,
Warren Shore
Start Free Trial