hi all,
i’ve to fix this code that was written in vb 6 and there is something i don’t understand.
the line of code is
hours = 8760#
If test * 100# / hours >= msngRequiredCompleteness Then
’ dom something
end if
what is this # doing? you can see # with 8760 and with 100. I don’t understand what is the function of # in this line of code
any help? thank you