[ Main Menu ] [ Extension Tools Menu ] [ Enterprise Edition Menu ]
<iFUNCCALL> Tag


 
<iFUNCCALL 
 
  

Usage
 
 
 

See Also 

ALIAS="function name" 
name1=value1 name2=value2 …. 
> 

This calls a function that has been defined.  A function is different from using iINCLUDE to include a file because a function has a separate name space so no name conflicts can occur.  This is very useful for creating functions that do particular tasks.  This can be used to create custom iHTML type TAG's as well.

iFUNCTION, /iFUNCTION, iINCLUDE


Top