|
-
Sep 12th, 2000, 10:40 AM
#1
Is there a way to do a binary access write in memory with out opening a file???
This is my code now:
Open File For Binary Access Write As #1
Put #1, , buf
Close #1
My variable buf is a buffer from a pdf file and I want to attach it to an Email without creating an intermediate file... Therefore I do not want to open the file --- however I do want to perform the binary access write.
Any ideas????
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
|