<?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%3AIsLastPresetRowSelected</id>
		<title>PresetDocView:IsLastPresetRowSelected - 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%3AIsLastPresetRowSelected"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=PresetDocView:IsLastPresetRowSelected&amp;action=history"/>
		<updated>2026-07-26T04:23:44Z</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:IsLastPresetRowSelected&amp;diff=140&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:IsLastPresetRowSelected&amp;diff=140&amp;oldid=prev"/>
				<updated>2016-09-22T06:21:17Z</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;===IsLastPresetRowSelected()===&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 preset is selected in the preset list, otherwise will return false. Useful when iterating through the preset 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 Preset&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;presetListFinished = false&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;while presetListFinished == 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 preset.&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	-- Continue to next preset, or are we done.&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;	if PresetDocView:IsLastPresetRowSelected() == true then&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;		presetListFinished = 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 Preset&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 preset in the preset list and step through all the displayed presets.&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	</feed>