I'm trying to convert some code from Java to MS Access. The code I'm using as an example (came from a web page) includes a calculation where a number is multiplied by 1#, like this
[tt]
StartHr * 1#
[/tt]
What does the 1# do, just multiply it by one? Or does it ensure that it's a positive answer, or something completely different? I have no idea since I've never programmed Java but the original programmer did this before beginning his calculations as if he were getting his variables ready.. Any help is greatly appreciated..
Joe Miller
joe.miller@flotech.net
[tt]
StartHr * 1#
[/tt]
What does the 1# do, just multiply it by one? Or does it ensure that it's a positive answer, or something completely different? I have no idea since I've never programmed Java but the original programmer did this before beginning his calculations as if he were getting his variables ready.. Any help is greatly appreciated..
Joe Miller
joe.miller@flotech.net