Friday, October 5, 2007

How to work with the Array

How to work with the Array

To work with the Array

Recognizing Delphi Programming Structures

Recognizing Delphi programming structure – Array:

var

L:array[1..10] of char;

MultiArr:array [1..5, 1..5, 1..5] of integer;

No comments: