[Tutor] string on multiple lines

Chris Kassopulo ckasso@sprynet.com
Wed Nov 13 09:44:03 2002


Greetings,

I have a long string that I want to test.  I've tried \,
single quotes, triple quotes - how does one have a string
across multiple lines in a script ?

if test_string != '"Series","Denomination","Serial Number",
    "Issue Date","Price","Interest","Value","Rate","Yield",
    "Next Interest Date","Final Maturity Date","Note",
    "Cash/Exchange Date"':

Thanks,
Chris Kassopulo