whats the diff between
dim a as string
&
dim a as [string]
??
thanks
Printable View
whats the diff between
dim a as string
&
dim a as [string]
??
thanks
There is no difference.
The difference is two characters. :D
Actually, why can you even use the brackets if they serve no purpose?
The brackets do matter sometimes, see here:
http://www.vbforums.com/showthread.p...hreadid=256799