Forum: Pascal and Delphi Sep 29th, 2006 |
| Replies: 1 Views: 1,383 I'm have questions:
what can we do with 'static' and 'dynamic'? And how useful of it?
how can I see useful of it?
you can tell me the difference:
a: array[1..1000] of ^integer;
between
a:... |