Thread: quick question
View Single Post
  #1  
Old 03-22-2001, 05:45 AM
vergil vergil is offline
Registered User
vergil's Avatar
Join Date: Mar 2001
Posts: 1,408
vergil will become famous soon enough
Send a message via ICQ to vergil
If I assign an array 5 values then I do a blah=thisarray will blah still have all the values that thisarray did?

Example:
NPC Code:

myarray=1;
myarray[0]=1;
myarray[1]=5;
myarray[2]=67;

mything=myarray;



Will mything have all of the [] values also?
Reply With Quote