English
Chinese
 
yTin Online Help
 
 
中文主页
|
Home (english)
|
快快下载
|
实战教程
|
命令帮助
|
实用工具
|
常问问题
|
讨论留言
|
友好泥潭
|
我的程序
|
全球镜像
|
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!}