on my side, I see it that way...
Let say someone ask you for a buffer of 50 bytes,
in this buffer you have to put 3 names.
The buffer address in memory is 100.
(Let's replace CHR$(0) in buffer with "." so it's easier to read)
Code:
Buffer = "011201170125Adam.William.Bellisle................" First DWord is 0112 and it is the address of the first name Second DWord is 0117 and it is the address of the second name Third DWord is 0125 and it is the address of the third name
[This message has been edited by Pierre Bellisle (edited February 04, 2005).]
Leave a comment: