StandardErrorWrite
Alias:StandardErrorWrite, ToStandardError, WriteStandardError, ToStdErr, WriteStdErr, StdErrWrite
Output:Unit
Writes to the console standard error
| Parameter | Type | Required | Position | Summary |
|---|---|---|---|---|
| Data | string | ✔ | 1 | The data to write |
Examples​
Writes to the Standard Error
SCL​
StandardErrorWrite 'Something Went Wrong'