Since I lost my old copy, does anyone have a copy of any document describing in detail all about structures and pointers, dereferencing etc, and how to get the pointer from a structure variable ?
I particularly want to find the "correct" way of setting a Ptr variable to the address of a structure. Also how to pass the address of a RB structure as an argument to a method which takes a pointer ( Ptr) . I want to dim this: Declare Sub mymethod( arg1 as Ptr ) .... And call it as follows: Dim mystruct as myStructure Call mymethod (...pass address of mystruct here... ) _______________________________________________ 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>
