Originally posted by: SystemAdmin
[UDOPS said:]
Yes, that worked, more specific to my objective:
int SelectProb = 1407;
string SelectProbstr;
string Greeting = "The selected record is ";
execute
{
SelectProbstr=SelectProb;
writeln(Greeting+SelectProbstr)
}
I note a lot of syntax is context specific to whether it is submitted inside or outside of an execute statement.
#DecisionOptimization#OPLusingCPLEXOptimizer