I have a question related to popup_menu
I am using a print statement to create a popup_menu
print p("POP UP MENU ", popup_menu("var1", [ 1..40 ]));
This creates the values of 1 thru 40 in the pop up menu.
However I want to increment by .5 instead of 1
example
.5
1.0
1.5
2.0
2.5
3.0
Can this be done ? Or I should say with a minimal amount of work ?
Any ideas
-Danny