Greetings.
Welcome to daniweb.
But, where's your code?
The code was in my original message, I don't know why it didn't print. It is shown again below and displays a list of team names when run. I want to be able to dislay a comlete league.
for (Index = 1; Index < 12; Index = Index + 1)
{
ARec = MyLeague.GtRecord(Index);
Memo1->Lines->Add(ARec.Name);
}
Where Memo1 is a Memo box used to display the information.
Regards,
Maineboy.