Jump to content

Copying program contents to a new program


Go to solution Solved by paulbates,

Recommended Posts

Posted

In some of my programming I would like to copy the contents of, say, then "then" portion of a program to another program. I do not seem to be able to do that, or maybe I am just not getting it.

 

Can that be done? If so how? If not, that would seem to be a good addition.

Chris

Posted (edited)

Copy to clipboard is a function that helps. Paste to a text file with chunks of others then once tweaked, import into new program.

Edited by mango
  • Solution
Posted

You can also simply right click and "copy" the entire program and then rename it and "remove" the if and replace it with what you want

Posted (edited)

Thanks both. Both excellent replies and solutions. My problem was that I was fixated on the right hand program pane, not the left hand program listing pane, where the solution was rather, shall we say, obvious. Thanks for the sage advice both of you.

Edited by glacier991
Guest
This topic is now closed to further replies.

×
×
  • Create New...