RB has no equivalent for this. You'd have to loop through the particular dimension you want and add all its values to a new one dimensional array. This would be very fast though.

Marc

Not that Java is the be-all-end-all... but I am doing some class conversions to RB and realized that Java have a convenience method for extracting one dimension of an array.

If you have a 2-D array and address it like myArray[0][3], for example, you would get a single value back...

However, if you would like a reference to all of the values from a single row... you can ask Java for just myArray[0] and you would get back a one-D array representing all of the values for that row...

Does RB have the equivalent, by chance?... :) I can't seem to find a reference to it in the Help or the UG... but I'm pretty stupid.

Thanks,

dave_______________________________________________
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>

_______________________________________________
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