Brekeke Contact Center Suite Wiki

exec

Object exec( String scriptname, String func, Object ... param )

Executes the script function specified.

 

Parameters:
scriptname The name of the script
func The function name
param The parameters to pass to the function. variable argument.

 

Returns:

The return value from the function.

 

Yes No
Suggest Edit