Through judicious use of brackets, you can fake the Java code
generator into generating multiple methods per algorithm.
See the attached example.
--
Best regards,
Jim Christensen
On Tue, Dec 6, 2011 at 4:57 AM, Chibaye Mulubika <cmulub
...@gmail.com> wrote:
> Hi everyone,
> Am trying to create a function block. it will have two methods that
> will be used by or within the REQ algorithmn. I want the two methods
> to be within the public void alg_ REQ{ }. How best can this be done?
> How best can one go about it?
> Chibaye