how to enter binary number in Delphi
- From: "cyrille de Brebisson" <cyrille@xxxxxx>
- Date: Mon, 30 Oct 2006 15:08:11 GMT
hello,
how can I write this code:
case a of
$01000100: begin end;
$01010100: begin end;
end;
etc where the nubmers are BINARY, not decimal, not hex, but binary, without
having to convert them myself (ie: the equivalent of the C 0b01001001)
cyrille
.
- Follow-Ups:
- Re: how to enter binary number in Delphi
- From: Jamie
- Re: how to enter binary number in Delphi
- From: alanglloyd@xxxxxxx
- Re: how to enter binary number in Delphi
- Prev by Date: Re: SQL NEWBEE QUESTION
- Next by Date: Re: how to enter binary number in Delphi
- Previous by thread: Windows File Association to a bds personality
- Next by thread: Re: how to enter binary number in Delphi
- Index(es):