vba - For loop only way to copy array content to another array? -


i have code has heavy use of arrays. works there many loops iterate , copy contents several arrays new array more dimensions fit content.

as understand it, there no way without loop (to copy array content array). correct?

there method array.copy(arsource,artarget,length). not work more dimensions arrays. new 1 jagged arrays()arrays of arrays more perfomant 2d arrays,if move along vectors.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

php - Find a regex to take part of Email -

javascript - Function overwritting -