NODEF
- Syntax: #NODEF
- Related: #DEFAULT
Restores the special characters saved by the #DEFAULT command. Usually used at the end of a script to restore the previously saved values.
NODEF example
- #NODEF
- Pretty simple. Make sure you use the #DEF command to save the chars before restoring them with #NODEF.