Re: VB-101: Passing Arrays ByVal vs ByRef ... My questions was why the 2nd part of the sub did not change the changes the ... > changes to the array pass it byref. ... > ' new reference... > ' allocate secondArray and copy its reference ... (microsoft.public.dotnet.languages.vb)
Re: How to pass function name as a parameter? ... > Public Sub operator_index(ByVal index As Integer, ... I'm not sure what you mean by return type of reference,... want to do is have an object that acts like an array,...overlook what you can do with Properties, which don't really have a C++ ... (microsoft.public.vb.syntax)
Re: newbie baffled by de/referencing with subroutines ... > and I want to use data from that array after the sub is finished. ... > then tried to print the data outside the sub by this dereference:... > What's wrong with my reference and/or dereference, ... (comp.lang.perl.misc)
AW: returning hashes, and arrays ... It is much better to use reference when passing or retrieving more than ... Retrieve the values from a sub as refereces. ... I'm having trouble returning a hash from a subroutine, ... Must the hash and array really be a reference ... (perl.beginners)