Use APS_USERNAME in IF construct in macro scripts

The APS_USERNAME is now used in the IF construct in macro scripts.

If the value of the APS_USERNAME environment variable is equal to the username specified in the ini file, the IF is completed.

In this example, an automatic simulation is ran.

[IF] APS_USERNAME=USERNNAME

[EXEC] MODULE=SCHA;MODE=USER;ERROR=STOP

[ENDIF]

2261597