Problem
A String should be analyzed for it’s ASCII codes. Sometimes this is helpful when you get import files from a foreign system.
Sometimes there are invisible signs that can only be shown in the ASCII Code.
Approach
A string will be generated that shows the sign (c) and the real ASCII Code in brackets c[ASCII]
Solution
// Zum analysieren eines Strings auf seine Ascii Zeichen
string giveMeAscii(string withoutAscii)
{
string myAsciiString = „“;
for (i=0; i