|
-
Jul 10th, 2000, 10:58 AM
#1
Thread Starter
Junior Member
Hi All,
If you have worked with c or c++ then u should have noticed that using the ifdef functionality we can compile code that behaves separately for debug version and separate for runtime version.
ex. ifdef _DEBUG
code
fi
can this be done for vb? if yes then how?
thanks in advance
okdk
-
Jul 10th, 2000, 12:21 PM
#2
VB supports conditional compilation arguments, yes.
#If ... then
#Else...
#End if
Go to the MSDN website (or CD) to find out more about it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|