Janilabo

Untitled

Mar 30th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.18 KB | None | 0 0
  1. var
  2.   basicATPA: T2DPointArray;
  3.  
  4. begin
  5.   SetLength(basicATPA, 1);
  6.   basicATPA[0] := [Point(0, 0), Point(0, 1)];
  7.   WriteLn(TPAToStr(basicATPA[0]));
  8.   SetLength(basicATPA, 0);
  9. end.
Advertisement
Add Comment
Please, Sign In to add comment