12 Mar
2005
12 Mar
'05
4:53 p.m.
If I write the following code: program Ex1 (input, output); type NumNode = record Value: integer; pNext: ^ NumNode; end; function a (b:integer): integer; begin end; begin end. Then the compilation works. So it seems the second record is somehow not accepted. --------------------------------- Do you Yahoo!? Yahoo! Small Business - Try our new resources site!