| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > #PROMPT Entry Types Alpha Listing >====== SPIN (spin box) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[savedialog call save file dialog .htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[text text box .htm|{{btn_next_n.gif|Next page}}]] | | || **SPIN(** //picture, low, high //[, //step// ] **)** {{blk2blue.jpg|blk2blue.jpg}} | **SPIN** | Creates a spin control. | | //picture// | A data entry picture token. | | //low// | A numeric constant or expression containing the lowest valid value. | | //high// | A numeric constant or expression containing the highest valid value. | | //step// | A numeric constant or expression containing the amount to change each increment between lowest and highest valid values. If omitted, the default is 1. | The **SPIN** //type// in a #PROMPT statement creates a spin control for the programmer to select a valid number. **Example:** **#PROMPT('How Many?',****SPIN****(@n2,1,10)),%SpinSymbol**