[nsbasic-ce] Re: Array assignment question

2008-10-08 Thread tomnew2003
--- In [EMAIL PROTECTED], "Chris Kenworthy" <[EMAIL PROTECTED]> wrote: > > I have to say that you lost me at this point. dataFromWinsock is a > string variable, but ArrayA is indeed an array. That's clearly stated > in the Split function documentation. Now, you could save a copy of > dataFromWin

[nsbasic-ce] Re: Array assignment question

2008-10-07 Thread tomnew2003
riginal data and the changed data contained in two > single arrays or one 3D array that there is no copying required. > > Hope this makes sense and helps you. > > > > Bob > > > > > > > > > > I believe this is what you are lo

[nsbasic-ce] Re: Array assignment question

2008-10-07 Thread tomnew2003
Arrays are not objects and from my understanding of how variables and arrays are constructed, you cannot assign one array to another in order to copy the contents of the array. I believe you will need to create a routine that copies the content of the array, one element at a time. If your intent i