Hi
Thanks for having a look
I am trying to set up a basic array, hard coded in Turbo Pascal - to be used later during the program.
I can't find any help online on how to enter the array in the program.
Essentially, all I want is an array with the following info specified within it...
NameArray[1] = 'Steven'
NameArray[2] = 'Andrew'
NameArray[3] = 'James'
Any help welcome (stuff like how to declare the array etc)
And yes, I have to use TP - it is a requirement for the project I am trying to complete.
Thanks in advance
Steven
Thanks for having a look
I am trying to set up a basic array, hard coded in Turbo Pascal - to be used later during the program.
I can't find any help online on how to enter the array in the program.
Essentially, all I want is an array with the following info specified within it...
NameArray[1] = 'Steven'
NameArray[2] = 'Andrew'
NameArray[3] = 'James'
Any help welcome (stuff like how to declare the array etc)
And yes, I have to use TP - it is a requirement for the project I am trying to complete.
Thanks in advance
Steven