|
TNTmips Downloads Menu

|
POPUP.sml
# popup.sml
# sample script for "Writing Scripts with SML"
#
clear();
string prompt$, name$;
numeric val;
prompt$ = "Pick a number from 1 to 10";
val = PopupNum(prompt$, 5, 1, 10, 0);
print("You chose the number", val);
name$ = PopupString("Enter a name","Fred");
print("You chose the name", name$);
©MicroImages, Inc. 2013 Published in the United States of America
11th Floor - Sharp Tower, 206 South 13th Street, Lincoln NE 68508-2010 USA
Business & Sales: (402)477-9554 Support: (402)477-9562 Fax: (402)477-9559
Business info@microimages.com
Support support@microimages.com
Web webmaster@microimages.com
| |