On Jan 31, 2005, at 5:48 PM, Scott wrote:
I have a situation where I need to DIM a memory block and pass it to a
function that sizes it and assigns it a string value. Essentially I'm
making
a function to create a pointer to a string in memory. I can do this
inside
a function but passing an unassigned memory bock has me stymied. Any
ideas?
If the function sizes it and assigns it a string value, then I would
think that the function should create it as well.
--------------
Charles Yeomans
_______________________________________________
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>
|