Board index » delphi » Const Array of Record
Ralph Quarles
![]() Delphi Developer |
Fri, 26 Jul 2002 03:00:00 GMT
Const Array of Record
I am trying to use the following code to create a sort of data
dictionary for creating tables. Unfortunately, I cannot figure out how to enter the constant array of records. Does anybody know how? Please e-mail me as well as post. Thanks a bunch! type const ('SCEntry.adt', 'TCID, Char, 10;'+ ('VSCEntry.adt', 'TCID, Char, 10;'+ ('Answer.adt', 'System, Char, 4;'+ |