Forum Post: RE: System.Byte

  • Thread starter Thread starter rblanchard
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top