floating point number
floating point number
How do I DIM a variable Ratio to get a floating point number. i.e DIM X,Y Long Ratio ....? X=3, Y=2 Ratio = x/y =1.5
Re: floating point number
Either define it as Double or don't define it and BasicMaker will calculate it itself.