Hi All,
CAn anyone tell me how to convert integer to descriptor.Looking forward for your quick response.
Regards,
Zahid
Hi All,
CAn anyone tell me how to convert integer to descriptor.Looking forward for your quick response.
Regards,
Zahid
Use "Num" function
Code:TInt intVal = 1234; TBuf<10> buf; buf.Num(intVal);