I am writing a program where I needed to have both the ASCII codes for some particular characters and the characters for some particular ASCII codes, and I was using the @ASCII and @Char functions from the command line for these purposes. However, I accidentally discovered a very strange result with @Char which is easily illustrated by the command sequence and its results as shown below:
Certainly not a "critical" issue, but really rather strange...
Code:
[Z:\]Echo %@Char[124]
[Z:\]Echo "%@Char[124]"
"|"