Changes
/* IDE */
The Output tool shows debug and error messages in plain text format.
==== Immediate Window ====
The Immediate Window allows for scripting of C# code on the fly, without compilation; evaluation of the script happens as soon as the {{KeyPress|Enter}} key is pressed, but statements are also cumulative. This means that if e.g. the line <code>var a = SUIS.SelectedObject</code> is executed, the variable ''a'' is preserved for all subsequent statements and can therefore be used in the next lines; so the following statement <code>a.Name</code> will deliver a correct value.
[[Category:Pages with broken file links|Smart Studio]]
[[Category:Smart Modelling|Smart Modelling]]
== Usage==