Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Clearing an array
#5
Just the clarify the syntax for copying an array, if mine has dimensions of 27,7, I'd type:

Code:
array1(27,7) = array2(27,7)

Because doing this doesn't appear to copy the data.

Thanks,


Steve

Ah. I figured it out. In the example above, it is literally as Boriel said.

Code:
array1 = array2


What's great with the quick code/compile cycle is that you can use trial and error to figure things out. Smile

Steve
Reply


Messages In This Thread
Clearing an array - by patters - 01-19-2021, 10:47 PM
RE: Clearing an array - by Ljg701 - 01-20-2021, 11:30 AM
RE: Clearing an array - by boriel - 01-20-2021, 02:15 PM
RE: Clearing an array - by patters - 01-26-2021, 01:04 AM
RE: Clearing an array - by worcestersource - 04-15-2021, 08:27 PM
RE: Clearing an array - by boriel - 04-16-2021, 10:43 AM
RE: Clearing an array - by worcestersource - 04-16-2021, 08:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)