You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FBDK
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
James Christensen
unread,
Dec 6, 2011, 10:18:06 AM12/6/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fb...@googlegroups.com
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