On Thu, 1 Aug 2002, mili wrote: > Could anybody tell me that how to assign all values to a record > typed variable? I mean that in C I can assign a struct variable ... and in Pascal you cannot. You can only initialize records when they are declared. Jonas