During this process I have come across the cryptic hieroglyphs that are variable declaration type shortcuts. For my own reference and for anyone else who may be enduring a similar experience I am posting them here:
- !
- Single
- #
- Double
- %
- Integer
- &
- Long
- $
- String
- @
- Currency
Which lets you write
Dim i%
instead of Dim i As Integer
. Lucky you.Incidentally, date and time literals should be delimited by a pair of # characters.
That is all.
No comments:
Post a Comment