09-26-2007 04:06 PM
09-26-2007 05:44 PM
09-26-2007 05:50 PM - edited 09-26-2007 05:50 PM
why not programatically round up? you use the knob with logaritmic scale. if the user would input any value out of the desired ones, you would change the control value (local variable for example):
be aware that in this case rounding will not be at half (i.e from 1 to 10 round will be around 3.1).
if you use a base different than 10, use the relevent functions
Message Edited by Gabi1 on 09-27-2007 12:53 AM
09-26-2007 06:32 PM