Content originally posted in LPCWare by Ex-Zero on Fri Feb 04 07:30:43 MST 2011
It's possible, and already posted by CodeRedSupport :mad:
const char Driver []= {'A','B','C','E','F','G','H','I','L','M','N',18,03,20,11,15,55};
Watch Expression shows:
"ABCEFGHILMN\022\003\024\v\017\067"
That's your string and your numbers (octal) :)