Hi,

When i type numbers that are larger then 2147483647(The long limit) ther always appears a # sign, why is that and how can i get this away. I would like to do this simple code:
msgbox cdec(2147483648)
but when i type this i get the following in my code if i change line:
MsgBox CDec(2147483648#)


Thanx