What do ! and # mean when attached to numbers in VB6? -


i have come across numeric literals such 10! , 50# in visual basic programs. tell me these punctuation marks mean?

they called type declaration characters. this article has more information.

  % integer   & long   ! single   # double   $ string   @ currency 

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -