Type: |
Function |
Available as of: |
V1.0.7.0 |
Inherits from: |
– |
Implements: |
– |
Convert an enumeration element of type ET_Result to a variable of type STRING.
Using the function FC_EtResultToString, you can convert an enumeration element of type ET_Result to a variable of type STRING.
Input |
Data type |
Description |
---|---|---|
i_etResult |
ET_Result |
Enumeration with the result. |
Data type |
Description |
---|---|
STRING(80) |
The ET_Result converted to text. If i_etResult is indeterminable the return value is: Unknown Result: <Value of the input i_etResult> |