--


RE: Actually a feature that I've always wanted is to be able to pass arrays byref or byval

by (no login)

 

I can't think of many reasons to pass an array byval. The only one I can think of is if you wanted to edit or redim the data of the original array without changing its data. Surely in either case a memcpy to a newly dimmed array would suffice. So really it's memcpy not passing arrays byval you really want.

Posted on Feb 6, 2008, 10:16 PM

Respond to this message   

Return to Index

Response TitleAuthor and Date
Re: RE: Actually a feature that I've always wanted is to be able to pass arrays byref or byvalLaananFisher on Feb 7
 Since it is being programmed in C/C++, =>rpgfan3233 on Feb 7

 Copyright © 1999-2008 Network54. All rights reserved.   Terms of Use   Privacy Statement