You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
foxmuldr
Posted - Jun 14 2012 : 10:59:13 AM Before:
1 - cat
2 - dog
3 - llama
After:
3 - llama
2 - dog
1 - cat
This would come up working with different architectures where the parameter calling conventions are backwards relative to each other.
2 L A T E S T R E P L I E S (Newest First)
foxmuldr
Posted - Jun 14 2012 : 3:35:58 PM I have workarounds to do it now. I use an external editor. :-) Was thinking VAX could do this directly as a native feature.
feline
Posted - Jun 14 2012 : 3:23:08 PM Are you talking about reversing whole lines? Parameters in a function call? Something else?
To reverse all of the lines in a block of selected text you could write an IDE macro. It should be fairly easy to do this, since you can get the block of lines, then just reverse then in the macro, and update the IDE with the newly reversed set of lines.
The IDE macro here should help to get you started: