Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
load commands from simple txt-file
#4
And after these calculations macro generates code like

lef 100 100
lef 200 200
...

?

Better save these positions to an array, and then use it with app2:

ARRAY(POINT) a
;here is code to poupulate the array (instead of code to generate the macro code)
...
;then follows code for app2
lef a[0].x a[0].y
lef a[1].x a[1].y
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)