Hi All,

I've to fix an old vb6 code and I've encounter the following lines

hours = 300#
if test * 100#/hours = abc then
' do something
end if

what is this # doing in the above code? I've never seen it before. I am completely stuck and can't move forward in my work until i figure out what this # is.

thank you very much