Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Basic Constant Array Help! Please Help!

Status
Not open for further replies.

Chilion

Technical User
Feb 6, 2007
1
ZA
Thanks for having a look!

I am trying to get a list into an array and battling (Yes I'm a noobie!)

Essentially, what I want is a list (specified in the program) read into an Array, so that I can extract the data at a later stage.

i.e.
NameArray[1] = Steven
NameArray[2] = James
NameArray[3] = Kenneth
NameArray[4] = Andrew

Any help appreciated

Thanks!
Steven
 
Chilion,

The assignment operator in Pascal is := That's colon+equal.

HTH,
MdnghtPgmr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top