TinTin++ Mud Client Manual |
PARSE Command: #parse {string} {variable} {commands} Like the loop statement, parse will loop from start to finish through the given string. The value of the current character is stored in the provided variable. Example: #parse {hello world} {char} {#show $char} Related: break, continue, foreach, list, loop, repeat, return and while. |