12-24-2009 04:08 AM
Hi all,
i want to first reverse the order of the string first e.g. the string is FDE7 9200 i want to change it to 0092 E7FD . further more i want to change this hex value string into decimal string.. ... i implemented them in my vi ...although the first part is working fine but i cant get the value to conver into a equivalent decimal number ...Vi is attached ..plz have a look
with regards
ali asad
Solved! Go to Solution.
12-24-2009 04:32 AM
12-24-2009 04:36 AM
12-24-2009 04:39 AM
Mathan wrote:
In your input string, in the front panel, right click and change the type to Normal Display and then enter the input string. This will solve your problem.
I think the op will get hex values and needs to convert them and not display them. I think...
12-24-2009 04:46 AM
12-24-2009 04:54 AM
12-24-2009 05:00 AM
12-24-2009 05:02 AM
mathan,
anything u feel is wrong in it?
12-24-2009 05:07 AM
12-24-2009 05:09 AM
Mathan wrote:
MUKS, in your front panel, the reversed string shows 00297EDF where the whole string is reversed, but the OP wants this one 0092E7FD
I need to pay more attention i guess. Thanks for that correction