Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hexadecimal problem

Former Member
0 Likes
660

Hi,Expert,

I have 2 strings, and they have the same content,but different hexadecimal value ,(one get from database, the other assigned just by hard code)so they are not equal, so I guess there must be some special characters that lead to this.

how could I make an unified method to process both strings.(how to change one form to another)

Thanks a lot.

User LEIR , 2008-02-20 10:04:10##a####

00550073006500720020004C0045004900520020002C00200032003000300038002D00300032002D00320030002000310030003A00300034003A00310030000D000A0061000D000A000D000A

User LEIR , 2008-02-20 10:04:10##a####

00550073006500720020004C0045004900520020002C00200032003000300038002D00300032002D00320030002000310030003A00300034003A003100300023002300610023002300230023

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
531

Hi Ray,

Use the FM SCMS_STRING_TO_FTEXT and check the result. Both the strings should return the same hex value.

Thanks

Vijay

PLZ reward points if helpful

1 REPLY 1
Read only

Former Member
0 Likes
532

Hi Ray,

Use the FM SCMS_STRING_TO_FTEXT and check the result. Both the strings should return the same hex value.

Thanks

Vijay

PLZ reward points if helpful