If you want to execute x++ code which you generate it at runtime then evalBuf method can help you.
This is an example.
evalBuf("info('This message is comming at run time code');");
You can use same with table,form ,report etc as per you requirement.
This is an example.
evalBuf("info('This message is comming at run time code');");
You can use same with table,form ,report etc as per you requirement.