VBGamer |
|||||||||||||||||||||||||||
RE: Compiling woes MiZeRy (1 reply, 0 views) (2000-Oct-2) what I did was copied all codes in proj, pasted them into a text file, and ran a code like this:
Dim x&, lines&
Open "C:\windows\desktop\text.txt" For Input As 1
Do While Not EOF(1)
Input #1, x
lines = lines + 1
Loop
Close
MsgBox lines
check out my site:
http://www.angelfire.com/ny3/visualbasic
later!
|