Forum Moderators: open
In visual basic 6:
L = 1#
What is the # for?
Does it changes the variable type definition temporaly?
Thanks
yStep = 1# / (m_cDib.Height / (m_scale * 2#))
Canīt figure out what is the # used for.
You might check over in the ASP / .Net forum.
- Ryan
The xStep variable is defined as DOUBLE. So I guess that using the # forces the number to be the same type as the variable.
Anyway, I deleted the # from the code and it still works.
Thanks!
Enrique