Board index » delphi » Const and arrays of records
Riaan Stopfort
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Const and arrays of records
Greetings to all
I am busy with a situation where an array of records are used in a constant I.E. type monthrec = record montharrays : array [1..12] of monthrec; const montharr : montharrays = ((month : 'January';days : 31), Now here is the question. How do I access these values in the constant. Say Writeln ('enter date'); I hope you will see my problem as you can see above. I will appreciate it if Thanks in advanced. Riaan |