Página 1 de 1

Bin2D() and D2Bin()

Publicado: Sab Mar 10, 2007 9:03 pm
por Stephan Hennekens
Hi,
does anyone know if functions like Double2Bin() and Bin2Double() are
available in Xailer or xHarbour?
Regards,
Stephan

Bin2D() and D2Bin()

Publicado: Mar Mar 13, 2007 6:39 pm
por user
there is L2Bin() and Bin2L() that are 4 bytes (signed)...
also there is U2Bin() and Bin2U() that are 4 bytes (unsigned)...
Stephan Hennekens wrote:
> Hi,
>
> does anyone know if functions like Double2Bin() and Bin2Double() are
> available in Xailer or xHarbour?
>
> Regards,
> Stephan
>
>

Bin2D() and D2Bin()

Publicado: Mar Mar 13, 2007 8:24 pm
por Stephan Hennekens
Thanks, but these functions need to handle doubles. D2Bin() for example
should result in an 8 bytes string.
Regards,
Stephan
<user@domain.invalid> wrote in message news:[email=45f6e1f3@news.xailer.com...]45f6e1f3@news.xailer.com...[/email]
> there is L2Bin() and Bin2L() that are 4 bytes (signed)...
> also there is U2Bin() and Bin2U() that are 4 bytes (unsigned)...
>
> Stephan Hennekens wrote:
>> Hi,
>>
>> does anyone know if functions like Double2Bin() and Bin2Double() are
>> available in Xailer or xHarbour?
>>
>> Regards,
>> Stephan

Bin2D() and D2Bin()

Publicado: Mar Mar 13, 2007 9:46 pm
por Stephan Hennekens
Found these functions. They are in the What32 lib.
<user@domain.invalid> wrote in message news:[email=45f6e1f3@news.xailer.com...]45f6e1f3@news.xailer.com...[/email]
> there is L2Bin() and Bin2L() that are 4 bytes (signed)...
> also there is U2Bin() and Bin2U() that are 4 bytes (unsigned)...
>
> Stephan Hennekens wrote:
>> Hi,
>>
>> does anyone know if functions like Double2Bin() and Bin2Double() are
>> available in Xailer or xHarbour?
>>
>> Regards,
>> Stephan