Message 1 of 8
cant print out large numbers that are in spinners.

Not applicable
09-09-2013
02:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
---QUESTTION: How come when I create a button to print the value of the spinner it only shows 6 digits instead of all of them that are in
---the spinner?
--If I am always limited by 6 digits, is there anyway then I can print out my larger number?
--I would like to have the users be able to type large numbers in a field and then do math on those large numbers.
--If I cant use spinners are their any other methods besides spinners that can handle large numbers like mine?
--thanks
preferences.spinnerPrecision = 10 clearListener() rollout Menu "Press to Show Spinner Value" (--open rollout group "test" ( spinner SUMark "Mark:" fieldwidth:100 range:[0.000000000,300000.00000,321.234567890] align:#right scale:.0000000001 type:#float button SUMarkButton "Press Me" ) on SUMarkButton pressed do ( print SUMark.value ) )--close rollout createDialog Menu width:320 height:100