Yt_CO_ValueMethod
Yt_CO_ValueMethod: ENUM
| ENUM Type | #INT Value | ENUM String | Description | Usage |
|---|---|---|---|---|
|
Yt_CO_ValueMethod
|
For use with the GetParameter function. Specifies how the value is obtained | |||
| 0 | Parameter | Uses the number input to determine the parameter number | Yt_CO_ValueMethod#Parameter | |
| 1 | Character | Uses the number input as the index in the byte array to begin looking for the next valid parameter | Yt_CO_ValueMethod#Character |
|