English
Chinese
 
yTin Online Help
 
 
Home (english)
|
Home (chinese)
|
Downloads
|
Sample scripts
|
Online help
|
Utilities
|
FAQs
|
Discussions/Messages
|
Mud&links
|
My Progs
|
Mirrors
|
ifmatch
Command: ifmatch - checks a string for a mask containing text and *'s
Syntax:  
#ifmatch
{mask} {string} {do this} else {do this instead}
Example:
#ifm
{*Iny*} {This is a test string: Iny!} {
#shomwe
Works fine!} else {
#showme
Call 911 - the procedure doesn't work!}
See also:
#if
,
#ifexist