Hey, how can I check a range of colors with PixelSearch command? The helpfile says PixelSearch ( left, top, right, bottom, color [, shade-variation [, step [, hwnd]]] ) But I don't seem to get it right. $5 = PixelSearch(457, 579, 520, 600, 0xd9d1d5, [100]) $5 = PixelSearch(457, 579, 520, 600, 0xd9d1d5[100]) $5 = PixelSearch(457, 579, 520, 600, 0xd9d1d5 [,100]) All of these gives error, I don't understand the helpfiles describes