The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.
Hello,
how to call a java gen BasicProgram from rui?
The program i want to call looks like this:
program XMLImport type BasicProgram(){} function main() endend
okay the solution was too easy....
call XMLImport();