<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>&gt; So TAG_FIELD_FLAG_DATA_TYPE is a one-bit flag 
stored in the 2nd-rightmost bit of the word, and its possible values are 
TEXT_UTF8 (value 0) and BINARY (value 1).</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>I see.&nbsp; Thanks for that.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Cheers,</FONT></DIV>
<DIV><FONT face=Arial size=2>Ross.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=bswrigley@xtra.co.nz href="mailto:bswrigley@xtra.co.nz">Brian 
  Wrigley</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=delphi@ns3.123.co.nz 
  href="mailto:delphi@ns3.123.co.nz">NZ Borland Developers Group - Delphi 
  List</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, July 13, 2006 7:32 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [DUG] C code help</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>That's the bitwise shift-left operator. So, 0 
  shifted left 1 bit is still zero, 1 shifted left 1 bit is 2. 1 shifted left 30 
  bits would be (hex) 40000000.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Brian</FONT><FONT face=Arial 
size=2></FONT></DIV></BLOCKQUOTE></BODY></HTML>