So for example;
VB Code:
dim incomeData as long dim incomeDataArr(width, height) for x = 0 to width [INDENT]for y = 0 to height[/INDENT] [INDENT]sck.getdata incomeData[/INDENT] [INDENT]incomeDataArr(x,y) = incomeData[/INDENT] [INDENT]next[/INDENT] next
Regards




Reply With Quote