How to pass list of window names in a string to TileWindows
phardman
When I try the same operation on the command line it also fails with the error "expected name of target window"
Is it possible to call TileWindows with a string list from a Macro, or is this just something that can't be done?
I don't think this is possible, but you can use
Execute
for this:String sExecText = "TileWindows " + sWindows
Execute sExecText
This will work from a Macro.
April 29, 2013 at 09:31 am - Permalink