Modal Box If Statement Not Assigning Value to Variable
Using the code below I offer the user the choice of 4 products to analyse.I use an if statement to open the correct file for the correct product.I also assign a number for a variable I will need at a later date.When I attempt to print this variable I get an error saying Name Unresolved at line 18.It appears time_mult is somehow not being properly defined. win = New Window( "Product Choice",
<<Mod
...