On 10.02.2012 09:57, Richard Sanders wrote: > Version 1.4.x ? (see Ian's post)
> Fl_Value_Input set to int (and using mouse drag, if thate makes a > diffirence) > > if the value entered stars with a zero eg. 08 When the value is > retrieved the result is zero rather than 8. atoi() would certainly > return 8. ISTR that the value is (or was) interpreted as octal if it started with a zero. Maybe this was by design, and maybe this was "fixed" (i.e. changed) in FLTK 1.3, but I don't know for sure. What does a value like 011 show? Is it 11 or 9 ? Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

