Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Altering the variable from PixelSearch?

$
0
0
Hi,

For example, my PixelSearch gave 2 variables
$abc[0] = 100
$abc[1] = 10

Are you able to alter it's value entered in the array?

I tried to alter by

$abc = PixelSearch(438, 426, 889, 782, 0x0000FF, 5, 2)
If Not @error Then
  $abc[0] = $abc[0] + 50 ; to get to 150
  $abc[1] = $abc[1] -5 ; to get to 5
Endif

But it doesnt work, error appears

Viewing all articles
Browse latest Browse all 12506

Trending Articles



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