cancel
Showing results for 
Search instead for 
Did you mean: 

Please explain

Former Member
0 Kudos


Hi All,

I am new to UDF.Please explain me this following terms with an example if possible

ResultList result

Container container

String[] var1

Thanks,

Rakhi

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos
gagandeep_batra
Active Contributor
0 Kudos

Hi Rakhi,

ResultList result

ResultList is a Class name and result is the object name for that class which is used to add the output when you use UDF of Type context or queue

Container container

Container is same as above class and container is object for that class it is used for global  container variables

String[] var1

var1 is array of string with variable length

Regards

GB