Re: Dim + the sign &



"G Svensson" <Gs@xxxxxxxxxx> wrote in message news:uXmlVRlbIHA.4208@xxxxxxxxxxxxxxxxxxxxxxx
What does that & mean in this Dim?
I know it is used to type Hex values &HFF0002 for instance.
Has it something to do with that?
What happens if I remove it.

Dim addrList&

It's a shortcut for "As Long" and is generally considered poor practice as it's easy to overlook or confuse with another symbol

.