03-14-2012 10:45 AM
Dear NI
I have a problem with string conversions my problem is that i have a normal string e.g "ff002d" with size 6 bytes now i have to convert this into hexa string like this "FF00 2D" (this is anohter string whose hexa display is like this "FF00 2D" and normal display is like this "ÿ -" ) of size with 3 bytes. Thanks in advance for your time and intrest...
regards
Solved! Go to Solution.
03-14-2012 10:48 AM - edited 03-14-2012 10:58 AM
03-14-2012 10:57 AM - edited 03-14-2012 10:58 AM
If it is always exactly 6 bytes of hex formatted number, you can also do the following.

03-14-2012 11:08 AM - edited 03-14-2012 11:10 AM
thanx a lot sir it works perfectly and no my string is of varriable size. so first post is my required solution.
03-14-2012 11:52 AM
03-15-2012 06:31 AM
It is really great...