Author Topic: How can I recreate this script? :)  (Read 1360 times)

0 Members and 1 Guest are viewing this topic.

teslaxx

  • Guest
How can I recreate this script? :)
« on: June 20, 2012, 03:30:51 AM »
I had this problem : http://www.theswamp.org/index.php?topic=42027.0
I needed to create a script based on some value given by the user. I just recreated the script in my little app and after that using acedPostCommand and later SendStringToExecute  I ran the script.

Code: [Select]
LAYOUT C layout1 layout2 LAYOUT S layout2 MSPACE -PAN 250,00 0,0 PSPACE

But I was wondering if I can recreate the script using C# inside of a transaction? :)
I don't seem to find just a little of code to recreate a layout and for the rest of the script I'm really out of any clues. :)

Any help please? :)