W
William Gower
If I have a Session variable such as Session("Id") which is a long, do I
have to convert it before assigning it to a long variable?
Dim nId As Long
nId = Session("Id")
have to convert it before assigning it to a long variable?
Dim nId As Long
nId = Session("Id")