Function ====== CueLists.SetNextCue ====== Void CueLists.SetNextCue(Handle handle, Single stepNumber) ^ API | http://api.avolites.com/11.0/CueLists.SetNextCue.html | ^ description | Sets the next step for the supplied playback. | ^ [[macros:namespace|namespace]] | [[macros:namespace:cuelists]] | ^ parameter | handle ( [[macros:identifier:handle]] ) : The cuelist handle. | ^ ::: | stepNumber( [[macros:type:single]] ) : The step number. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:firecuelistcue]]: CueLists.SetNextCue(userNumber:5, 4.0) Sets the next cue in cuelist usernumber 5 to be cue 4.0 == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~