Re: [DUG]: Union

2001-06-10 Thread Corey Murtagh
James Sugrue <[EMAIL PROTECTED]> wrote on 11/06/2001 15:40:12: > >Excuse me for being a bit slow 2day (due to a 4:30am start coz of >Canadian GP), but how do I do this in code. I'm a C++ programmer, but I'll have a go. No doubt someone will correct me if I get something wrong (like the poin

RE: Re[2]: [DUG]: Union

2001-06-10 Thread James Sugrue
i Subject: Re[2]: [DUG]: Union If possible store the option used... I am working with a huge app here where almost none of them say which option is used... blah = record case AOption: integer of 0 : firstByte, secondByte, ThirdByte, fourthByte : byte; 1 : firstInt, secondInt : wo

Re[2]: [DUG]: Union

2001-06-10 Thread paul . mckenzie
: Re: [DUG]: Union Author: [EMAIL PROTECTED] Date: 11/06/2001 15:19 > 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 state

Re: [DUG]: Union

2001-06-10 Thread Nic Wise
> 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 :

[DUG]: Union

2001-06-10 Thread James Sugrue
Sorry to interrupt the great Nic and Nev debate but ... ;-) Does Delphi have an equivalent to the Union statement in C++. I have some C++ code I want to convert to Delphi Cheers CAUTION - This message may contain privileged and confidential information intended only for the use of t