#1 2012-03-21 09:01:13

limsuser
Member
Registered: 2010-03-24
Posts: 12

Custom routine

I have made a custom routine a long time ago for my job which contains some functions which i sue in my job. Now I have added a function to my routine. The new created function is not available in my job.
I already closed and opened TOS, but no effect.
How to make this new function available?

Offline

#2 2012-03-21 09:06:11

pedro
Member
Registered: 2011-11-17
Posts: 3682

Re: Custom routine

Hi

Add Notes before your method.

Code:

 /**
     * helloExample: not return value, only print "hello" + message.
     * 
     * 
     * {talendTypes} String
     * 
     * {Category} User Defined
     * 
     * {param} string("world") input: The string need to be printed.
     * 
     * {example} helloExemple("world") # hello world !.
     */

Regards,
Pedro


Only Paranoid Survive.

Offline

#3 2012-03-21 09:25:24

limsuser
Member
Registered: 2010-03-24
Posts: 12

Re: Custom routine

Thanks! This solved my issue.

Offline

Board footer

Powered by FluxBB