08-31-2006 11:00 AM
08-31-2006 11:20 AM
08-31-2006 12:51 PM
08-31-2006 01:45 PM
08-31-2006 02:04 PM
08-31-2006 02:38 PM
Do you mean how to change the indicator display from hex to normal view (ASCII)?
Simply right click on the string indicator and select "Normal View".
08-31-2006 03:14 PM - edited 08-31-2006 03:14 PM
If by "correct output", you mean you want something like 4bytes (0xBADDF00D) converted to 8bytes ("BADDF00D" in normal display), then there are several ways ...
lfoitek wrote: ... i am creating a state machine and then translating it into string representation ... i just can't figure out how to do the conversions to display the correct output.
Message Edited by Donald on 08-31-2006 04:17 PM
08-31-2006 03:32 PM