in reply to assigning multiple array values to a single variable is it possible ?

References are scalars, and they can reference arrays, and arrays can contain multiple values.
$var = [ $AADR[2], $AADR[3], $AADR[4] ];
  • Comment on Re: assigning multiple array values to a single variable is it possible ?
  • Download Code