How to multiply user input by a constant number?
All, I'm trying to multiply user input number by a constant. I need to use the final number (hoursBack) as a part of a web address. local(
{Name= "ABCD", daysBack = "7", formError = 1, rv},
While( formError > 0,
formError = 0;
rv = Dialog(
Title( "Select Extract criteria" ),
VList(
HList( "Name:", Name= EditText( Name) ),
HList( "Days Back", daysBack = EditText(
...