View Single Post
Old 29th November 2011, 02:01   #3  |  Link
vampiredom
Registered User
 
Join Date: Aug 2008
Posts: 233
Quote:
In the Assert statement error messages, CHR(13) does not produce a newline, just a square blob. Use CHR(10) instead, or just use a multi-line string literal, eg
Thanks. That's convenient. However, on my system [Win7/x64 when opening in VirtualDub], the CHR(13) does create a new line on Assert(), strangely enough. I'll look into it and revise using your recommendation.

Quote:
Also, Avisynth string comparison is case-insensitive, so there's no need to use LCase when comparing.
Another handy thing to know! Thanks again.
vampiredom is offline   Reply With Quote