Skip to main content
HamsterNL
18-Opal
March 30, 2017
Solved

Add EXECUTE statement to PRO/PROGRAM with VB API

  • March 30, 2017
  • 1 reply
  • 1378 views

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 🙂

Best answer by HamsterNL

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).

1 reply

HamsterNL
HamsterNL18-OpalAuthorAnswer
18-Opal
March 31, 2017

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).