复制多惟数组问题
有3惟数组dim a() as byte
2惟数组
dim b() as long
dim c as long
b(x,c-y)=RGB(a(1,x,y),a(2,x,y),a(3,x,y))
怎样用CopyMemory复制3惟数组表达式RGB(a(1,x,y),a(2,x,y),a(3,x,y))
到b
不要循环 --------------------编程问答-------------------- 一个是byte一个是long, 如果你a数组的第一维是0到3的话,正好4个元素组成一个.
补充:VB , 基础类