transfer var type Hexadecimal
Posted: Wed Mar 29, 2006 11:52 am
Hello all,
I need make one function in FWH that transfer one data of type Hexadecimal to one function in xHarbour,
I traid it:
then... COMANDOCEM("65")
My question is: "65" when i send to function COMANDOCEM is type string?
what i do to send "65" like Hexadecimal?
I need make one function in FWH that transfer one data of type Hexadecimal to one function in xHarbour,
I traid it:
Code: Select all
HB_FUNC ( COMANDOCEM ){
char *mensaje = hb_parcx( 01 );
My question is: "65" when i send to function COMANDOCEM is type string?
what i do to send "65" like Hexadecimal?