<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.signature.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Frpos</id>
		<title>IB Statements/rpos - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Frpos"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/rpos&amp;action=history"/>
		<updated>2026-04-19T00:39:36Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.signature.net/index.php?title=IB_Statements/rpos&amp;diff=412&amp;oldid=prev</id>
		<title>Badge: New page: '''RPOS function'''   '''Syntax:'''  RPOS(string-argument-1,string-argument-2)    '''Discussion:'''  The RPOS function finds the position of string-argument-1 in string-argument-2 scanning...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/rpos&amp;diff=412&amp;oldid=prev"/>
				<updated>2009-05-22T09:39:02Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;RPOS function&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  RPOS(string-argument-1,string-argument-2)    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The RPOS function finds the position of string-argument-1 in string-argument-2 scanning...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''RPOS function''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  RPOS(string-argument-1,string-argument-2)  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The RPOS function finds the position of string-argument-1 in string-argument-2 scanning from right to left. The function is very useful for finding and removing backslashes off of path names or slashes from URLs. &lt;br /&gt;
The RPOS function returns the position in string-argument-2 to be used in the SUB function. Thus, this function produces the same number as the POS function. &lt;br /&gt;
 &lt;br /&gt;
'''History:'''  This function was added in Build 290.  &lt;br /&gt;
&lt;br /&gt;
'''Example:'''  A$ = &amp;quot;c:\comet\misc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
X = RPOS(&amp;quot;\&amp;quot;,A$)&lt;br /&gt;
&lt;br /&gt;
In this example, A$ is path name containing multiple backslashes. The RPOS function finds the position of the first backslash from the right side of the string, which is located at position 9.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>