Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Fixed Escaping special characters

May
12,846
164
Being able to escape special characters is necessary. Even after recent improvements, v17 gives
Code:
v:\> echo %@ascii[^^]
v:\>
while v16 gives
Code:
v:\> echo %@ascii[^^]
94
 

Similar threads

Back
Top