EMILIO MIRANDA ZARATE <[EMAIL PROTECTED]> wrote:
>Could I use new and delete in the same way that in C++ when I declare and
>ChrPtr ??

Yes.  Note that new allocates a locked memory block on the dynamic
heap (like MemPtrNew), so creating and destroying a lot of objects
will fragment the heap.

-- 
    -M-                                              [EMAIL PROTECTED]


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to