Retrieving an Element of an Array: Difference between revisions

Content added Content deleted
(tag obsolete (Arrays) and remove {header}s)
Line 169: Line 169:
</lang>
</lang>


==[[Delphi}}/[[Object Pascal}}/Standard [[Pascal]]==
==[[Delphi}}/[[Object Pascal]]/Standard [[Pascal]]==


Arrays in all the flavors of pascal can be of any valid base type, or user defined type (which are all made up of base types) and are multi-dimensional. With Delphi dynamic arrays were defined but had been used in pascal since its inception.
Arrays in all the flavors of pascal can be of any valid base type, or user defined type (which are all made up of base types) and are multi-dimensional. With Delphi dynamic arrays were defined but had been used in pascal since its inception.