Posts: 2,322
Threads: 260
Joined: Jul 2010
Reputation:
0
Whats the equivelent of #define in visual basic 2010?
Posts: 987
Threads: 21
Joined: Nov 2012
Reputation:
0
#Const <constant> = <value>
Posts: 2,286
Threads: 18
Joined: Jun 2010
Posts: 1,831
Threads: 69
Joined: Mar 2008
Reputation:
0
There is no equivalent of #define in VB. In fact, C/C++ doesn't have #define directives as flexible as Pawn.
There are similar ways - ****** "visual basic macros" and you might find some info on that.