Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21842

[RESOLVED] [VB6] - coping arrays

$
0
0
on VB 6, for coping arrays, these:
Code:

array()=array1()
it's the same:
Code:

for Y=0 to height-1
for X=0 to width-1
array(x,y)=array1(x,y)
next x
next y

???

Viewing all articles
Browse latest Browse all 21842

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>