inputs = UI.inputbox(["Length"], [0.inch], "Inputbox")
Now the user can ONLY input a valid length.
If it’s a number, with no units suffix, then it’s taken a ‘current model-units’ - e.g. if it’s in inches 1 >>> 1"
If the user adds a units suffix - e.g. 25mm
then that is converted to current units, e.g. 25mm >> ~1"
depending on accuracy units settings…