Hi folks.
After searching this forum and not finding anwers, I'd thought I ask the experts before I write my own macro to do this.
What I would like is some way to vertically align, seperated with spaces, text elements and operators. So this:
after higlighting the lines and executing a macro would produce this:
Anybody have some macro code that does this? MultiEdit32 does this just great and I might end up converting that source into something that will work with UE, but it doesn't hurt to ask first.
Thanks.
After searching this forum and not finding anwers, I'd thought I ask the experts before I write my own macro to do this.
What I would like is some way to vertically align, seperated with spaces, text elements and operators. So this:
Code: Select all
variable = "Some kind of string"
var2 = 12800
var3 = var 4 = 0
Code: Select all
variable = "Some kind of string"
var2 = 12800
var3 = var4 = 0
Thanks.