Hi, to make it very simple, i have an empty main program, and i want to add multiple calls to different procedures in my module to that main procedure using SDK. I can add move instructions, but can’t seem to find a way to just add a call to another procedure.
The procedures i want to add do have an argument/parameter for a wobjData, but are not returning anything.
How do you add move instructions through SDK?
I was just messing around and do not have any concrete code to show, but i followed the examples in the following link.