jinnantonnixx Posted March 26, 2015 Posted March 26, 2015 (edited) Got a problem pasting SQL code that involves the '@' character. It always converts to MENTION tags, making the code unusable as pasted. example set @logFile = left @logFile,len @logFile) - charindex('_',reverse @logFile))) + '.trc' print @logfile in the above example, the left brackets before the @ character have disappeared. with the parsing and smilies disabled... set @logFile = left @logFile,len @logFile) - charindex('_',reverse @logFile))) + '.trc' print @logfile The left-brackets have disappeared and the MENTIONS seem determined to stay. I can't get rid of them. It's a bit of a mess, to be honest. Poor 'log' user will be rushing over to see what's going on. Mentions should be totally disabled within code blocks. Edited March 26, 2015 by jinnantonnixx 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now