In Net Express while animating one could execute a DO command.
Where is it in Visual COBOL?
Or what is the equivalent?
Neil
In Net Express the Animator Do statement functionality was available when debugging .int code only. In Visual Studio the default code type is native .exe so the Do functionality was not brought forward.
There is some support for expression evaluation using the Quick Watch and Immediate Debugging windows but these do not actually affect the running program code.
Sorry...
Recent badge winners
Neil Morrishas earned the badge Consistent Trajectory