On Feb 28, 2006, at 10:20 AM, Phil M wrote:
The method that does not exist is the MemoryBlock.String()
method... it should be StringValue(). Otherwise that code would
work as well.
Confirmed. So now I have either method working nicely.
Dim mb As MemoryBlock = b.read(n)
or
mb = new MemoryBlock(n)
mb.StringValue(0,n) = b.read(n)
Thanks for the help. This was all in getting a hex dump feature for
the program I am working on. The program is just a little something
to help me weed out the orphaned preferences files on my Mac.
=== A Mac addict in Tennessee ===
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>