I'm learning Pascal and am having basic syntax problems to define a vector-type variable.
Here's the statement:
var
x:array[0..225] of String;
I would like to assign the following values and as follows:
x := ('X0','V1','V2','V3'),
('X1...
asked by
25.10.2014 / 22:41