But can you use Lset like this?
VB Code:
  1. Dim A(x,x) as UdtPixel
  2. Dim Col as UdtRGB
  3.  
  4. GetDIBits(...) 'whatever
  5.  
  6. LSet Col = A(0, 0) 'will this bomb out or take the values from (0-3, 0)?
That's what I'm getting at, Janus.