Jump to content

bi-dimensional array assign row to second array - not possible?


 Share

Recommended Posts

Hello,
I wonder why this is not possible.

dim $array1[10][2]
dim $array2[10][2]

;..filling array1 with something...

$array2[2]=$array1[3]   ;assign all indexes of $array2[2] into $array1[3]

Why can't we do that? That would save so much code!
 

Edited by LoWang
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...