Hi,
I have a question about the Python Execute Console.
I can do single line Python-type commands. I'm struggling with anything more complex that spans multiple lines.
e.g. Simple multi-line constructs such as...
I've read about IronPython but haven't found any useful hints.
-SB-
I have a question about the Python Execute Console.
I can do single line Python-type commands. I'm struggling with anything more complex that spans multiple lines.
e.g. Simple multi-line constructs such as...
Code:
for item in items:
print item
I've read about IronPython but haven't found any useful hints.
-SB-