-
Notifications
You must be signed in to change notification settings - Fork 8
clearQuickText
MicroBlaster edited this page Apr 20, 2020
·
4 revisions
Purpose: Clears all user defined strings for use with formatString and echo.
Syntax: clearQuickText
string: (optional) The string to be removed. This is the string that was specified when the QuickText was created.
Example:
# Create a QuickText
addQuickText "~Z" "^[0;31;44m"
# Remove a specific QuickText
clearQuickText "~Z"
# Remove all existing texts
clearQuickText
See addQuickText for more information.
.