Hi Morgan, 

> Morgan Martinet Wrote:
> 
> Why don't you use the C# string notation that allows you to 
> have multiple lines of text (as in Python with the triple 
> quote notation)?

The perfectionist side of me doesn't like what it does to the
code formatting :(  (for the record, I like the C way best,
to concatenate sequence of strings automatically, no "+" needed)

> Does it make any difference if you invoke Application.Run 
> from the Python script or from C#?

Not really, the only difference is really that the message
loop then runs little deeper in the call stack, but that's all.

Martin
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to