|
-
Nov 25th, 2005, 07:56 PM
#1
Classic VB - What Are #, $, etc.?
The symbols are "shortcuts" for several of the Visual Basic data types. # is the shortcut for Double, so
is the same as
Similarly:
! = Single
& = Long
@ =Currency
% = Integer
$ = String
Note: Using the shortcuts is not recommended since they take away from the readability and self-documenting features of Visual Basic.
Last edited by si_the_geek; Nov 27th, 2005 at 05:38 PM.
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
|