I would do something like this:
C ---------------------------- struct product { int weight; float price; } ; product apple; ----------------------------- Pascal ---------------------------- Type product = record weight: Integer ; price: double; end; Var apple: product ; ---------------------------- This is the reason that I do believe that is missing something on the code: struct a; Best Regards Lourival Mendes 2008/7/30 Jilani Khaldi <[EMAIL PROTECTED]>: > Gene Buckle wrote: >>> >>> How to translate this: >>> >>> struct a; > > a: pointer; > > -- > Jilani KHALDI > --------------------- > http://www.jkhaldi.eu > _______________________________________________ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal