Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.10 KB | None | 0 0
  1. Result[1][l,h] := (Line^[3*l+2])
  2. Result[2][l,h] := (Line^[3*l+1])
  3. Result[3][l,h] := (Line^[3*l+3])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement