in reply to Re: Passing references to array slices
in thread Passing references to array slices

Thankyou to you all for the help;

I discovered the problem was with this line of code;
$ArrayOfValues_REF=@_;
it should have read
($ArrayOfValues_REF)=@_;

Peace and Love,
Matt.