|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Carriage Return and Line Feed SyntaxHi All,
Could anyone tell or point me to the correct syntax for a carriage return and line feed? I've tried vocal in a fixed size array and all I get is a single line text box even though the multiline property is set to true VB Express 05. Thanks in advance, Regards, Robert vbCrLf
or ControlChars.CrLf Show quoteHide quote "Captain Frog" <fay***@hotmail.com> wrote in message news:uCYAzArMGHA.3408@TK2MSFTNGP12.phx.gbl... > Hi All, > > Could anyone tell or point me to the correct syntax for a carriage return > and line feed? I've tried vocal in a fixed size array and all I get is a > single line text box even though the multiline property is set to true VB > Express 05. Thanks in advance, > > Regards, > Robert > Hi,
In addition to Terry Or as the designer does it in Version 2005 chrW(13) & chrW(10) I use forever the true VB Net code VBCRLF I hope this helps, Cor Show quoteHide quote "Captain Frog" <fay***@hotmail.com> schreef in bericht news:uCYAzArMGHA.3408@TK2MSFTNGP12.phx.gbl... > Hi All, > > Could anyone tell or point me to the correct syntax for a carriage return > and line feed? I've tried vocal in a fixed size array and all I get is a > single line text box even though the multiline property is set to true VB > Express 05. Thanks in advance, > > Regards, > Robert > Captain Frog wrote:
> Could anyone tell or point me to the correct syntax for a carriage There's also Environment.NewLine, which I suppose would generate different > return and line feed? I've tried vocal in a fixed size array and all > I get is a single line text box even though the multiline property is > set to true VB Express 05. Thanks in advance, characters depending on the platform if/when the .NET framework is implemented on them. Andrew Howdy All,
Thanks for your feedback, it is very helpful. I learned something new. Hopefully, I'll remember it later on when I REALLY need to. In my original post, I said I used vocal. I mistyped. I actually used vbCrLf. The error in my program boiled down to a variable I had mistyped. I had typed a variable (i = 1), when it should have been (i + 1). That and resizing the form did wonders. Thanks again for the feedback and maybe one morning soon, I'll be a real programmer. Regards, Robert Show quoteHide quote "Captain Frog" <fay***@hotmail.com> wrote in message news:uCYAzArMGHA.3408@TK2MSFTNGP12.phx.gbl... > Hi All, > > Could anyone tell or point me to the correct syntax for a carriage return > and line feed? I've tried vocal in a fixed size array and all I get is a > single line text box even though the multiline property is set to true VB > Express 05. Thanks in advance, > > Regards, > Robert >
array - how do you get the number of dimensions?
Resize problem (in IDE) Barcode Reader Application -- HELP Unmanaged DLL Callback - Program Unexpectedly Quits tab function in a multiline text box need help reading contents of a file into an array...SKYPE ME. Com+ and asp.net? Moving Rectangle within a PictureBox Control Interface creation in VB.Net 2005 Connection Properties Dialog Box? |
|||||||||||||||||||||||