09-26-2018, 06:27 AM
I have a function that returns a number
This number is type = single
How can I convert the single to an integer
Rand is returned a example 10 type single
The following do not work
CInt(Rand) = RandomNumberBetween(0,11)
FormatNumber(Rand) = RandomNumberBetween(0,11)
This number is type = single
How can I convert the single to an integer
Rand is returned a example 10 type single
The following do not work
CInt(Rand) = RandomNumberBetween(0,11)
FormatNumber(Rand) = RandomNumberBetween(0,11)