Displaying array as ascii

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Displaying array as ascii

Jump to solution
614 Views
Cdn_aye
Senior Contributor I

Under CW6.3 an array automatically displayed  as ascii if the type was char. Under the debugger for CW10.3 I can't find anyway to display anything as ascii. Is there a way to look at a string array as an ascii string? I have searched the posts but can't find anything, maybe my search terms are wrong.

 

Thanks

 

Robert

Labels (1)
Tags (3)
0 Kudos
1 Solution
2 Replies
462 Views
Cdn_aye
Senior Contributor I

Hi Erich

Brilliant...Part 2 was the answer. If I cast it to unsigned char * as you pointed out, it works as expected. I will try changing the type to unsigned char for the array in the code and see if I can avoid the extra step.

Thank you... this was driving me crazy looking up values in ascii charts!!

Robert

0 Kudos