On 26-Sep-06, at 3:59 PM, Charles Yeomans wrote:

On Sep 26, 2006, at 3:41 PM, Theodore H. Smith wrote:
...

.NextValue, would get a value, and increment it. Basically doing *p++

Also looks nicer, really. "*" is a C thing, kind of ugly compared really when used in an RB context.

"NextValue" is equally so; indeed, C style looks a little out of place in REALbasic code.

The Ptr syntax always seemed a little odd to me, I'd really like to see strongly typed pointers like in C - e.g.:

   Pointer p As UInt32

So instead of p.UInt32(4) you'd just write p(1). There's already syntax precedent for replacing Dim (Static, Const) but I haven't got a clue how reasonable a feature request this would make.

Frank.
<http://developer.chaoticbox.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>

Reply via email to