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
namespace Handles
parameter group( String ) : Group name
page ( Int32 ) : Page on that group
index ( Int32 ) : Index on that page
return value Handle
Example in

Legend - Get a cuelist cue's legend:

  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
Remarks