| TinTin++ Mud Client Manual |
|
TinTin++ Log Loop Macro Map Math Mathexp Message Name Nop Number Parse Path Pathdir Prompt Read Replacestring Return Run Scan Script Session Showme Snoop Split Substitute Suspend System Tab Textin Ticker |
|
|
| Replacestring |
| Syntax: #replacestring {variable} {oldtext} {newtext} |
| This command will search the variable for the given string in oldtext and replace it with the string given in newtext. |
| If newtext is left blank the oldtext match will be removed. |
Example: #var {test} {bli bla blo};#replacestring {test} {bl} {tr} |
| This would change the variable test from 'bli bla blo' to 'tri tra tro' |