|
-
Jul 3rd, 2000, 04:35 PM
#1
Thread Starter
Hyperactive Member
-
Jul 3rd, 2000, 05:27 PM
#2
Thread Starter
Hyperactive Member
Anyone?
Will i be plagued with this dilemma till the end of time??
Can anyone help??
Tune in next week for another exciting episode...
-
Jul 4th, 2000, 12:52 PM
#3
Monday Morning Lunatic
CopyMemory will work, but you need to 'own' the source and the destination.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jul 4th, 2000, 01:37 PM
#4
Code:
CopyMemory ByVal X, byteArray(0), numOfBytes + 1
you might not need the + 1 part, you declared your array (0 To numOfBytes) (use To instead of -) this means your array has numOfBytes + 1 members, but numOfBytes would suggest the variable represented the number of bytes you have to copy, use the number of bytes you need to copy for the last parameter.
-
Jul 4th, 2000, 03:42 PM
#5
Thread Starter
Hyperactive Member
Cheers Robin
If only i had read that last night. Thanks heaps, will try that later.
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
|