[Toc][Index]

@IF


@IF[condition,true,false]:  Evaluates the condition and returns a string 
based on the result.  The condition can include any of the tests allowed 
in the IF command.  If the condition is true, @IF returns the first result 
string; if it is false, @IF returns the second string.  For example, "echo 
%@IF[2 == 2,Correct!,Oops!]" displays "Correct!" 

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