Function ====== Handles.SetSourceHandle ====== Void Handles.SetSourceHandle(String group, Int32 index) ^ API | http://api.avolites.com/10.1/Handles.SetSourceHandle.html | ^ description | Set the source handle to a specific group and index. Updates the context info | ^ [[macros:namespace|namespace]] | [[macros:namespace:handles]] | ^ parameter | group ( [[macros:type:string]] ) : group of handles | ^ ::: | index ( [[macros:type:int32]] ) : number of playback in specified group | ^ return value | [[macros:type:void]] | ^ affects | [[macros:property:handles.sourcehandle]] | See [[:macros:identifiers]] for available groups of handles. This always refers to the current page of the group. In order to select a handle on any page see [[macros:function:handles.setsourcehandlefromhandle|]] == Example in == [[macros:example:playbacktoggletimecode]]: Handles.SetSourceHandle("Playbacks", 0) Sets source handle to be handle #1 of the current playbacks page. == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~