vefatica May 13,143 180 2014-11-09 #1 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
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
rconn Administrator May 13,184 205 Staff member 2014-11-09 #2 Fixed in build 47. (Only affected escaping escapes, not any other characters, special or not.)