1. set tSC=...
do $SYSTEM.Status.DisplayError(tSC)
2. set tSC=...
zwrite tSC
3. An alternative?
Is there a meaningful difference between the two? Should one be used over the other for any reason? Should something else be used?
1. set tSC=...
do $SYSTEM.Status.DisplayError(tSC)
2. set tSC=...
zwrite tSC
3. An alternative?
Is there a meaningful difference between the two? Should one be used over the other for any reason? Should something else be used?