<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to remove Leading/Trailing Spaces from the String</title>
	<atom:link href="http://www.codeitbetter.com/how-to-remove-leadingtrailing-spaces-from-the-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeitbetter.com/how-to-remove-leadingtrailing-spaces-from-the-string/</link>
	<description>Another VB Programming Blog</description>
	<lastBuildDate>Mon, 22 Mar 2010 15:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Dave</title>
		<link>http://www.codeitbetter.com/how-to-remove-leadingtrailing-spaces-from-the-string/comment-page-1/#comment-57</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-remove-leadingtrailing-spaces-from-the-string/#comment-57</guid>
		<description>Okay thank you I already figured it out but of course your help is helpful to me an others. Here is what I used:

MsgBox &quot;Something&quot; &amp; vbNewLine &amp; &quot;Something&quot;

Thanks, so now I know I can use either or.</description>
		<content:encoded><![CDATA[<p>Okay thank you I already figured it out but of course your help is helpful to me an others. Here is what I used:</p>
<p>MsgBox &#8220;Something&#8221; &amp; vbNewLine &amp; &#8220;Something&#8221;</p>
<p>Thanks, so now I know I can use either or.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.codeitbetter.com/how-to-remove-leadingtrailing-spaces-from-the-string/comment-page-1/#comment-56</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 16 Feb 2009 23:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-remove-leadingtrailing-spaces-from-the-string/#comment-56</guid>
		<description>To add a blank space after the text box content, you can use like:

&lt;code&gt;MsgBox Text1.Text &amp; space(1) &amp; Text2.Text&lt;/code&gt;

or

&lt;code&gt;MsgBox Text1.Text &amp; &quot; &quot; &amp; Text2.Text&lt;/code&gt;

To display line breaking in msgbox use vbcrlf.

For example

&lt;code&gt;Msgbox &quot;This is &quot; &amp; vbcrlf &amp; &quot;test.&quot;&lt;/code&gt;

it will be showed in two lines.</description>
		<content:encoded><![CDATA[<p>To add a blank space after the text box content, you can use like:</p>
<p><code>MsgBox Text1.Text &#038; space(1) &#038; Text2.Text</code></p>
<p>or</p>
<p><code>MsgBox Text1.Text &#038; " " &#038; Text2.Text</code></p>
<p>To display line breaking in msgbox use vbcrlf.</p>
<p>For example</p>
<p><code>Msgbox "This is " &#038; vbcrlf &#038; "test."</code></p>
<p>it will be showed in two lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.codeitbetter.com/how-to-remove-leadingtrailing-spaces-from-the-string/comment-page-1/#comment-55</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 16 Feb 2009 21:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-remove-leadingtrailing-spaces-from-the-string/#comment-55</guid>
		<description>How do we add a blank space at the end of a text box? Also, how do we make a MsgBox display variables on separate lines..e.g.

CODE 

gData = nB1 &amp; nB2 &amp; aB1 &amp; aB2 &amp; tB &amp; eB
        MsgBox(gData)

END CODE

In this case, all of the gData variables will display in the message box. However, how do we get each one to display on individual line?</description>
		<content:encoded><![CDATA[<p>How do we add a blank space at the end of a text box? Also, how do we make a MsgBox display variables on separate lines..e.g.</p>
<p>CODE </p>
<p>gData = nB1 &#038; nB2 &#038; aB1 &#038; aB2 &#038; tB &#038; eB<br />
        MsgBox(gData)</p>
<p>END CODE</p>
<p>In this case, all of the gData variables will display in the message box. However, how do we get each one to display on individual line?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/25 queries in 0.052 seconds using disk: basic
Object Caching 591/623 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 11:12:10 -->
