Function ====== Handles.GetHandle ====== Handle Handles.GetHandle(String group, Int32 page, Int32 index) ^ API | http://api.avolites.com/11.0/Handles.GetHandle.html | ^ description | Get the Handle currently occupying a slot | ^ [[macros:namespace|namespace]] | [[macros:namespace:handles]] | ^ parameter | group( [[macros:type:string]] ) : Group name | ^ ::: | page ( [[macros:type:int32]] ) : Page on that group | ^ ::: | index ( [[macros:type:int32]] ) : Index on that page| ^ return value | [[macros:identifier:handle]] | == Example in == [[macros:example:getcuelistcuelegend]]: Handles.GetHandle("PlaybackWindow",0,76) Essentially this works similar to ''"Location=PlaybackWindow,0,76"'' where a handle is required, see Gregory's reply at http://forum.avolites.com/viewtopic.php?f=20&t=5662#p20445 == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~