W
William Gower
If I want to place the value in a session variable into a long variable, do
I need to convert it first? If so, what is the call?
Dim nId As Long
nId = Session("Id")
I need to convert it first? If so, what is the call?
Dim nId As Long
nId = Session("Id")