cancel
Showing results for 
Search instead for 
Did you mean: 

Resultlist methods in user defined functions

Former Member
0 Kudos

Hi all,

Can anyone tell me the uses of each one below

void addvalue(string)

void addcontextchange()

void addsupress()

void clear()

resultlist.cc(context change)

resultlist.SUPRESS(supressed value)

Thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Rambabu

Can anyone tell me the uses of each one below

void addvalue(string)

this used in udf to send our output of afunction whne you when used Queue or Context

void addcontextchange()

your change the context of our input data

void addsupress()

if their is any false data or blank vlaues which you want to pass you use supress

void clear()

to cleear

resultlist.cc(context change)

same as contextchange

resultlist.SUPRESS(supressed value)

same as supress

Regards

Sreeram.G.Reddy