View Single Post
Old 07-28-2017, 02:42 PM   #35
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

GUI.Val can be used for both reading and setting elements' values:

Code:
GUI.New("menu" ,"Menubox",	1, 1,	1, 250, 30, "", "A,B" )
GUI.Val("menu", 2)
__________________
I'm no longer using Reaper or working on scripts for it. Sorry. :(
Default 5.0 Nitpicky Edition / GUI library for Lua scripts / Theory Helper / Radial Menu / Donate
Lokasenna is offline   Reply With Quote