View Single Post
Old 21st June 2004, 18:16   #10  |  Link
stickboy
AviSynth Enthusiast
 
Join Date: Jul 2002
Location: California, U.S.
Posts: 1,267
See this thread:
did you know: string containing quotes

You also can build up a string by doing things such as:
Code:
function Quote() { return Chr(34) }

MessageClip(Quote() + "Nested quotes?" + Quote() + " he asked")
Or you could avoid the issue entirely and create a wrapper function for Subtitle that always uses Courier.
stickboy is offline   Reply With Quote