|
-
Jul 22nd, 1999, 04:51 AM
#1
Thread Starter
Junior Member
im trying to download a file that was created on my server. but each time i do it with the inet control it returns the file on one line with a black | character which i beleave is the unix carragereturn. any one have anyidea on what that character is or how to return the exact file like it would be seen in windows?
Thanks, SW
-
Jul 24th, 1999, 02:05 AM
#2
You can use a constant called vbNewLine to handle this for you (I've heard). The issue is chr$(13) and chr$(10). One system uses both while the other uses only chr$(13).
I also was frustrated when writing a vb client to talk to a unix server due to this.
-
Jul 24th, 1999, 11:21 AM
#3
Thread Starter
Junior Member
Thanks VirtuallyVB. it worked. i still get that | but it reads it from a richtext to a list box. so thats all i needed. thanks again
SW
-
Jul 25th, 1999, 07:51 AM
#4
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
|