[Toc][Index]

@WILD


@WILD[string1,string2]:  Performs a comparison of the two strings, and 
returns "1" if they match or "0" if they don't match.  The second 
argument, string2, may contain wildcards or extended wildcards; the first 
argument, string1, may not.  The test is not case sensitive.  The 
following example tests whether the \UTIL directory (or any directory that 
begins with the characters UTIL) is included in the PATH: 


        if %@wild[%path,*\UTIL*] == 1 command



Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs