mattscotney
Programmer
Hi all,
How do I change the type of a horizontal scroll bar value type (hsb.value) so it can accept decimal numbers?
I have tried assigning decimals to the hsb like this:
hsb.value = 3.5 but the value that gets stored in the hsb is 4. How can I make the hsb store decimal numbers?
Thanks
How do I change the type of a horizontal scroll bar value type (hsb.value) so it can accept decimal numbers?
I have tried assigning decimals to the hsb like this:
hsb.value = 3.5 but the value that gets stored in the hsb is 4. How can I make the hsb store decimal numbers?
Thanks