Hi everyone
I'm posting again this question as my system was down at time of the first
posting...well something in the newsgroups was down.
I'd like to know how i should declare a constant as an array with two
dimension. I've tried the following but seems the syntax is somehow wrong.
Can someone help me in doing so or any clue would be fully appreciate.
Here is my bugged code:
Const TableDOB(1..3,1 ..2) of String =
(("John","76030 3"),("Paul","67 0403"),("George s","680902") )
Many thanks to all
I'm posting again this question as my system was down at time of the first
posting...well something in the newsgroups was down.
I'd like to know how i should declare a constant as an array with two
dimension. I've tried the following but seems the syntax is somehow wrong.
Can someone help me in doing so or any clue would be fully appreciate.
Here is my bugged code:
Const TableDOB(1..3,1 ..2) of String =
(("John","76030 3"),("Paul","67 0403"),("George s","680902") )
Many thanks to all
Comment