Toggle.Sprint()
Toggle.Sprint()
Type: INSTANCE FUNCTION
Purpose: Print the toggle value to a string.
Usage: Result = Toggle.Sprint()
Switch | BOOL | The current value of the Toggle | |
Result | STRING | Either T or F depending on the state of the Toggle. |
Comments are closed.