Search found 2 matches

by neerajnegi
Tue Jan 16, 2018 5:39 am
Forum: Automation Discussions
Topic: How to use reusable code that provides output in Recording
Replies: 3
Views: 2567

Re: How to use reusable code that provides output in Recording

Hi, Thanks for acknowledging but you guys misunderstood my query. I am attaching the screenshots as well. Query: I develop a user code method which I changed to 'public static Decimal XYZ(String s)' instead of 'public static void'. So now, my user code method takes String value and return decimal va...
by neerajnegi
Mon Jan 15, 2018 7:45 am
Forum: Automation Discussions
Topic: How to use reusable code that provides output in Recording
Replies: 3
Views: 2567

How to use reusable code that provides output in Recording

Hi Team, I developed a user code collection class in which i created a method called "public static decimal ConvertStringToDecimal(String param)" to convert fetched values from String to Decimal so that i can perform calculations over it. But the issue comes when accessing this method from Recording...