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


 
<iFUNCTION 
 
 

Usage

ALIAS="function name"
[FILE="filename the function is located in"]   ( ) 
>

This is used to define a particular function.  ALIAS is the name of the function.  Functions do not have to be defined  in the file in which they are called.  Use the FILE directive to specify the location of the actual function body. 


iFUNCTION Example
Example Source Code
Top