2009 Jul 30 6:29 AM
Dear SDN users,
would any of you know how to convert a CHAR data type to other data types for example hexadecimal etc., and convert them back? I suspect there must be some standard FMs available.
Thankyou for your responses.
Regards,
Smitha
Dear SDN users,
would any of you know how to convert a CHAR data type to other data types for example hexadecimal etc., and convert them back? I suspect there must be some standard FMs available.
Thankyou for your responses.
Regards,
Smitha
2009 Jul 30 6:32 AM
hi,
Try these FMs
CHAR_HEX_CONVERSION
SSM_REPLACE_CHAR_BY_HEX_VALUE
Regards,
Prashant
2009 Jul 30 6:51 AM
Hello smitha ,
I suppose you are assigning some variable of char type to a variable of integer type it will automaticaly (implicitly ) convert the type .
in some case we need to change the type explicitly like the above mentiioned .
Thanks and regards ..
Priyank