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
Post a Comment