> Sorry to interrupt the great Nic and Nev  debate but ... ;-)

hehe, oddly enough, we got on rather well in real life.


> 
> Does Delphi have an equivalent to the Union statement in C++. 
> 
> I have some C++ code I want to convert to Delphi....
> 

um:

blah = record 
  case integer of
    0 : firstByte, secondByte, ThirdByte, fourthByte : byte;
   1 : firstInt, secondInt : word;
   2 : firstLong : longint
  end;
end;

or something like that.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to