R
rblanchard
Guest
DEFINE VARIABLE oAlpha AS System.Byte NO-UNDO will not compile. In reading docs that maps to an ABL INTEGER. If I define iAlppha AS INT and then use the following code it does compile. iAlpha = oSystemByte:GetValue(y * oBitmapData:Stride + 4 * x + 3). I am testing the results.
Continue reading...
Continue reading...