<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - CaptainProton</title>
<link>http://snipplr.com/users/CaptainProton</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 15:21:48 GMT</pubDate>
<item>
<title>(Visual Basic) Loop through Recordset</title>
<link>http://snipplr.com/view/56149/loop-through-recordset/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Jul 2011 02:32:47 GMT</pubDate>
<guid>http://snipplr.com/view/56149/loop-through-recordset/</guid>
</item>
<item>
<title>(Visual Basic) Running Access Parameter Queries from Excel</title>
<link>http://snipplr.com/view/52580/running-access-parameter-queries-from-excel/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Apr 2011 06:23:42 GMT</pubDate>
<guid>http://snipplr.com/view/52580/running-access-parameter-queries-from-excel/</guid>
</item>
<item>
<title>(Visual Basic) stripZeros(String) As String</title>
<link>http://snipplr.com/view/34061/stripzerosstring-as-string/</link>
<description><![CDATA[ <p>This function removes all leading zeros at the beginning of a string.</p> ]]></description>
<pubDate>Sat, 08 May 2010 13:49:19 GMT</pubDate>
<guid>http://snipplr.com/view/34061/stripzerosstring-as-string/</guid>
</item>
<item>
<title>(Visual Basic) formIsLoaded(String) As Boolean</title>
<link>http://snipplr.com/view/34060/formisloadedstring-as-boolean/</link>
<description><![CDATA[ <p>This function returns True if the specified form is open in form view or datasheet view.</p> ]]></description>
<pubDate>Sat, 08 May 2010 13:45:03 GMT</pubDate>
<guid>http://snipplr.com/view/34060/formisloadedstring-as-boolean/</guid>
</item>
<item>
<title>(Visual Basic) isLetter(String)</title>
<link>http://snipplr.com/view/30190/isletterstring/</link>
<description><![CDATA[ <p>This method checks whether a given string is a letter (no umlauts).
The string should only be one character.</p> ]]></description>
<pubDate>Wed, 24 Mar 2010 02:59:37 GMT</pubDate>
<guid>http://snipplr.com/view/30190/isletterstring/</guid>
</item>
<item>
<title>(LaTeX) alignat environment without margins</title>
<link>http://snipplr.com/view/29326/alignat-environment-without-margins/</link>
<description><![CDATA[ <p>This is a custom alignat environment without top and bottom margins.</p> ]]></description>
<pubDate>Fri, 05 Mar 2010 04:18:16 GMT</pubDate>
<guid>http://snipplr.com/view/29326/alignat-environment-without-margins/</guid>
</item>
<item>
<title>(LaTeX) align environment without margins</title>
<link>http://snipplr.com/view/29080/align-environment-without-margins/</link>
<description><![CDATA[ <p>This is a custom align environment without top and bottom margins.</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 16:09:23 GMT</pubDate>
<guid>http://snipplr.com/view/29080/align-environment-without-margins/</guid>
</item>
<item>
<title>(Visual Basic) getResultFromSQL(String) As Variant</title>
<link>http://snipplr.com/view/29079/getresultfromsqlstring-as-variant/</link>
<description><![CDATA[ <p>This method runs a SQL query and returns the first result (the query is expected to return exactly one record and one field).</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 16:07:34 GMT</pubDate>
<guid>http://snipplr.com/view/29079/getresultfromsqlstring-as-variant/</guid>
</item>
<item>
<title>(Visual Basic) isFoundInListbox(listbox, String) as Boolean</title>
<link>http://snipplr.com/view/29078/isfoundinlistboxlistbox-string-as-boolean/</link>
<description><![CDATA[ <p>This method checks whether a ListBox contains a certain item (based on its text).</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 16:05:23 GMT</pubDate>
<guid>http://snipplr.com/view/29078/isfoundinlistboxlistbox-string-as-boolean/</guid>
</item>
<item>
<title>(Visual Basic) createQuery(String, String)</title>
<link>http://snipplr.com/view/29077/createquerystring-string/</link>
<description><![CDATA[ <p>This method creates a query with a given name and given SQL.
Note: Requires the deleteQuery(String) method.</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 16:03:27 GMT</pubDate>
<guid>http://snipplr.com/view/29077/createquerystring-string/</guid>
</item>
<item>
<title>(Visual Basic) deleteQuery(String)</title>
<link>http://snipplr.com/view/29076/deletequerystring/</link>
<description><![CDATA[ <p>This method deletes a query with a given name.
Note: Requires the queryExists(String) method.</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 15:59:59 GMT</pubDate>
<guid>http://snipplr.com/view/29076/deletequerystring/</guid>
</item>
<item>
<title>(Visual Basic) queryExists(String) As Boolean</title>
<link>http://snipplr.com/view/29075/queryexistsstring-as-boolean/</link>
<description><![CDATA[ <p>This method checks whether a query with the given name exists.</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 15:58:58 GMT</pubDate>
<guid>http://snipplr.com/view/29075/queryexistsstring-as-boolean/</guid>
</item>
<item>
<title>(Visual Basic) isDate(String) As Boolean</title>
<link>http://snipplr.com/view/29074/isdatestring-as-boolean/</link>
<description><![CDATA[ <p>This method checks whether a given string is a valid date (current regional settings are used)</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 15:57:34 GMT</pubDate>
<guid>http://snipplr.com/view/29074/isdatestring-as-boolean/</guid>
</item>
<item>
<title>(Visual Basic) nodeExists(String, Object) As Boolean</title>
<link>http://snipplr.com/view/29072/nodeexistsstring-object-as-boolean/</link>
<description><![CDATA[ <p>The method checks whether a TreeView node with a given key exists.
Note: Requires the getNodeByKey(String, Object) method.</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 15:53:12 GMT</pubDate>
<guid>http://snipplr.com/view/29072/nodeexistsstring-object-as-boolean/</guid>
</item>
<item>
<title>(Visual Basic) getNodeByKey(String, Object) As Node</title>
<link>http://snipplr.com/view/29071/getnodebykeystring-object-as-node/</link>
<description><![CDATA[ <p>This method returns a TreeView node based on its key.</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 15:50:17 GMT</pubDate>
<guid>http://snipplr.com/view/29071/getnodebykeystring-object-as-node/</guid>
</item>
<item>
<title>(Visual Basic) clearTreeView(Object)</title>
<link>http://snipplr.com/view/26952/cleartreeviewobject/</link>
<description><![CDATA[ <p>The usual Clear method for TreeViews is painfully slow; this is a quicker alternative. It clears all nodes in a TreeView.</p> ]]></description>
<pubDate>Sun, 24 Jan 2010 05:36:59 GMT</pubDate>
<guid>http://snipplr.com/view/26952/cleartreeviewobject/</guid>
</item>
</channel>
</rss>