Staright answer....NO
BUT you can use a combination of num control to create a decimal number...
like one to the hole number, one to 1/10ths and one th the 1/100... then combine the results
a=num1.value &","& num2.value & num3.value
suposing that the min is set to 0 and max to 9
If num1 = 5 and num2=4 and num3 = 2
a=5,42