<div dir="ltr">2013/2/4 ik <span dir="ltr"><<a href="mailto:idokan@gmail.com" target="_blank">idokan@gmail.com</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class="im">On Mon, Feb 4, 2013 at 1:34 PM, silvioprog <<a href="mailto:silvioprog@gmail.com">silvioprog@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> In FPC, I'm trying to load a ASCII content and onvert it to integer, but,<br>
> without success. In PHP I do it easily.<br>
><br>
> I send two files in attached:<br>
><br>
> 1. php - demo in PHP working fine (the demo uses unpack function:<br>
> <a href="http://www.php.net/manual/en/function.unpack.php" target="_blank">http://www.php.net/manual/en/function.unpack.php</a>);<br>
> 2. fpc - demo in FPC partially implemented;<br>
><br>
> So, how to do it in FPC?<br>
<br>
</div>Take a look at my fp-msgpack[1] (I need to rewrite it, because the way<br>
that array and maps works), but it does exactly what pack and upack<br>
does.<br>
<div class="im"><br>
><br>
> Thank you!<br>
><br>
> ps. I tried the Unpack function of FPC, but I don't know how to use it.<br>
><br>
> --<br>
> Silvio Clécio<br>
> My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a><br>
<br>
</div>[1] <a href="https://github.com/ik5/fp-msgpack" target="_blank">https://github.com/ik5/fp-msgpack<br></a></blockquote></div><div><br></div><div><div>I have not found the line that does the conversion (from ASCII to integer). The your code is big. I will need to study it to understand it.</div>

<div>In PHP was so easy (only two lines), that I would have swore that something native and easy to use with Free Pascal.</div></div><div><br></div><div style>Thank you!</div><div><br></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>