On Sep 14, 2006, at 9:45 AM, Daniel Stenning wrote:
Another option would be for MemoryBlocks to access data by [index]
( like C
) instead of by byte offset. For integer, floats, and structures
this
should be doable.
The only objection to this in my mind would be "religious" ones
that have
more to do with keeping RB "basic" for "basic's sake" and "Nanny-
like",
rather than anything to do with assisting programmers write good
and fast
code.
the only objection in my mind is it would break tens of thousands of
lines of my code across lots of projects.
besides, much of the use of memoryblocks to date is to store
structures for passing to and from declares, these aren't packed
blocks of similar bytes. if the struct is short, int32, short - how
would i reference the int32? index of .5?
mike
--
Mike Woodworth
[EMAIL PROTECTED]
_______________________________________________
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>