|
-
Jun 27th, 2001, 12:04 PM
#2
Addicted Member
According to the MSDN ASCII character chart:
* * Values 8,9,10 an 13, convert backspace, tab, linefeed, and carriage return characters, respectively. They have no graphical representation, but depending on the application, can affect the visual display of the text.
I am not sure if that is the problem but perhaps you are trying to store something in the array that was defined as a "string" by the first entry therefore making only "string" datatypes. ASCII character 10 has no "string" display equivalent. Just a guess without running the code I can't be sure. If you need a line feed add a vbCrLf to the end of the string you are adding to the array where you want one, that I know works.
Last edited by Merlin; Jun 27th, 2001 at 12:07 PM.
poooof
Wizard Since 1997    
SQL Server 7.0:2K, Oracle, VB 6.0 EE, VBScript, C/C++, COBOL, RPG ILE, HTML, XML, Perl
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|