SingleAsk.gms : Single ask popup for entering an integer value

Description


Category : GAMS Data Utilities library


Main file : SingleAsk.gms   includes :  SingleAsk.gms

$if %system.filesys% == UNIX $abort.noerror 'This model cannot run on a non-Windows platform';

$call =ask T=integer M="Enter number of cities" o=n.inc
scalar n 'number of cities' /
$include n.inc
/;
display n;