mob/verb/splitter()
var n = input(src, "number 0-100", "options",50) as num
winset(src, "mainwindow.mainvssplit", "splitter=[n]")
Problem description:
I am using this to test control of the Splitter % with code. But it does not change the splitter %. Why? Thanks.