<turbo-stream action="update" target="wiki_99_subpage_166_info"><template>
<h1>LAST(data, substring);</h1>
<p>Using this function your program will return the string after the last occurrence according to what you specify.</p>
<p>&nbsp;</p>
<p><strong>Example:</strong></p>
<blockquote>
<p>If Source Data Base has an Address Field including both street and number, you can use the Formula "LAST".</p>
<p><br>Source value: Robinson South Street 3345<br>LAST(Address, ' ');<br>Returns the value = 3345.</p>
<p>&nbsp;</p>
<p>The Formula finds the last existence of ' ' in a field and returns the value after that.<br><br>Source value: I am so very tired of integrating databases using custom made programming.<br>LAST(Comment, ' ');<br>Returns the value = programming.</p>
</blockquote>
</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
