Write a message to the STDERR.
This instruction is used by the TapeTrack INI Engine.
WriteMsg(message);
| Variable | Type | Description | Min Length | Max Length |
|---|---|---|---|---|
| message | String | The message to be written to the stderr during INI Engine processing. | 1 | 256 |
Write a message to the current user.
WriteMsg("Report compiled by %USERNAME.");