in reply to How do I convert each character in a string to its ASCII value ?

Try this:
printf "%vd", "This is a test";
simple enough?

  • Comment on Re: How do I convert each character in a string to its ASCII value ?
  • Download Code