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 Expand view
HB_FUNC ( COMANDOCEM ){
char *mensaje = hb_parcx( 01 );
then... COMANDOCEM("65")
My question is: "65" when i send to function COMANDOCEM is type string?
what i do to send "65" like Hexadecimal?