How to fill a one-dimensional array so that the digit in the array corresponds to the index.
For example:
x: array [1..7] of integer;
and that under 1 was 1, under 5 - 5, etc.
something like
... for k := 1 to 7 do x[k] := k; ...
Source: https://ru.stackoverflow.com/questions/156428/More articles:How to copy a file or folder to the clipboard and save from it?SEO redirect DjangoCarry out of cycleConfig mod_rewriteTableview is not completely filledHow to make a hollow square?php, redirect, find out the final linkWhy doesn't CSS3 animation work in firefox and opera !?Release of resources allocated to the streamSelection of several MySQL tablesAll Articles