Is this possible...
I know it doesnt work but is there a similar way to call upon A as the color and it tries each of the colors?Code:program new; var X, Y : Integer; A : TIntegerArray; begin A := [10800001, 28800000] FindColor(X, Y, A, 0, 50, 25, 75); end.




Reply With Quote


Try loops; they're very helpful.


The brackets using the i as a integer. Here's the correction iirc.