RoomRec= { ROOM.DAT } record Topic:string[40]; { Set by a /T or something } Anonymous:boolean; { Is Room anonymous ? } Private:boolean; { Is Room private ? } Moderator:word; { Who's the moderator? } People:byte; { Number of people in Room } end; *-----------------------------------------------------------------------------*