[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SizeOf function



>Is there something analogous in MCL to the SizeOf function that is thrown
>around so liberally in Inside Mac VI?  In particular I need to get the
>SizeOf a AEAddressDesc.

(record-length :AeAddressDesc)

Record-length is a macro. It returns a constant at compile time.