Bloody brilliant! A few more questions re : < You can use the name of any structure-safe type in place of "Integer" >
How does this work if the data came from C++ ? For example if my Ptr points at a block of 4 byte C++ floats do the float formats in C++ and RB match? If I use Dim foo As Ptr foo.Single( 0 ) = 1.234 foo.Single( 4 ) = 5.678 Will C++ ( say Xcode or Visual Dev ) be able to read the values correctly and vice a versa? Does this apply to doubles? How about boolean And what about pointers to pointers? Can I do : Dim foo as ptr Dim foo1, foo2 as ptr foo = getFoo() foo1 = foo.Ptr(0) foo2 = foo.Ptr(4) ? Many Regards, Dan Www.13flatFIVE.com _______________________________________________ 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>
