Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Like the subject says...is it possible to add EXECUTE statements in an assembly with the VB API?
I can't find anything in the VBUG, nor any examples online 🙂
Solved! Go to Solution.
I just realise that we already have that code...only in java ![]()
IpfcModel has Export and Import functions, which can write/read textfiles. It's only a matter of editing that textfile to add/remove/change EXECUTE statements (or INPUT statements for that matter).
I just realise that we already have that code...only in java ![]()
IpfcModel has Export and Import functions, which can write/read textfiles. It's only a matter of editing that textfile to add/remove/change EXECUTE statements (or INPUT statements for that matter).
