<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?action=history&amp;feed=atom&amp;title=PresetDocView%3AIsLastChannelRowSelected</id>
		<title>PresetDocView:IsLastChannelRowSelected - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.movinglightassistant.com/wiki/index.php?action=history&amp;feed=atom&amp;title=PresetDocView%3AIsLastChannelRowSelected"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:IsLastChannelRowSelected&amp;action=history"/>
		<updated>2026-07-26T04:23:00Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:IsLastChannelRowSelected&amp;diff=141&amp;oldid=prev</id>
		<title>Andyv wiki admin: Page created.</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:IsLastChannelRowSelected&amp;diff=141&amp;oldid=prev"/>
				<updated>2016-09-22T06:27:52Z</updated>
		
		<summary type="html">&lt;p&gt;Page created.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===IsLastChannelRowSelected()===&lt;br /&gt;
:&amp;#039;&amp;#039;Returns a boolean.&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;Available in MLA v1.3 onwards.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will return true if the last channel is selected in the channel list for the selected preset, otherwise will return false. Useful when iterating through the channel list.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;PresetDocView:DispatchAction(&amp;quot;Select First Channel&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;channelListFinished = false&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;while channelListFinished == false do&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	-- Insert code here to do what you want with the channel.&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	-- Continue to next channel, or are we done.&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	if PresetDocView:IsLastChannelRowSelected() == true then&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;		channelListFinished = true&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	else&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;		PresetDocView:DispatchAction(&amp;quot;Select Next Channel&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	end&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt;&lt;br /&gt;
This select the first channel in the channel list and step through all the displayed channels.&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	</feed>