Skip to content

Variable Declaration

filcuk edited this page Jul 1, 2019 · 2 revisions

Type Declaration Suffixes

Not recommended due to reduced code readability.

Dim integer% ' Integer
Dim long& ' Long
Dim single! ' Single
Dim double# ' Double
Dim currency@ ' Currency
Dim string$ ' String
Dim longLong^ ' 64 bit Long

Clone this wiki locally