Hi,<div><br></div><div>What&#39;s the proper way to define a list? Suppose I have 3 words: Foo, Bar, and Baz. I want these 3 strings to be in a list called Stuff. Would I do this:</div><div><br></div><div>set( Stuff &quot;Foo;Bar;Baz&quot; )</div>
<div><br></div><div>Is this correct? I don&#39;t think this can be right because it runs the risk of mixing semi-colons with spaces to partition elements. Why is there no list( DEFINE ) or something similar?</div>