<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">I tried playing with this in the message box, and I'm having the same problem. It looks to me like anytime you grab less than one byte (i.e. 7 bits or less), the remainder of that byte is not returned.<BR>
<BR>
Here's one workaround:<BR>
<BR>
put char 2 of mp3Header into secondByte<BR>
get binaryDecode("b*", secondByte, x)<BR>
put char 1 to 3 of x into sss<BR>
put char 4 to 5 of x into bb<BR>
put char 6 to 7 of x into cc<BR>
put char 8 of x into d<BR>
<BR>
<BR>
<BLOCKQUOTE CITE STYLE="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px" TYPE="CITE"></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">Anyone know how to use this / what the limitations are?<BR>
</BLOCKQUOTE></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
------------------------------<BR>
Brian Yennie<BR>
Chief Technology Officer<BR>
QLD Learning, LLC<BR>
www.QLDLearning.com<BR>
<BR>
PH: (904)-997-0212<BR>
EMAIL: Yennie@aol.com<BR>
-------------------------------<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>