Command, Immediate window
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How to use Commandwindow, Immediate to interact with code in a project. Can use it in Runtime? Jey
SysJey wrote:
Can use it in Runtime?
Yes
SysJey wrote:
How to use Commandwindow
Just start typing in commands
SysJey wrote:
interact with code in a project
You can query values in the current scope by typing something like: "? this.Text" which will output the Text property of the current object. You can also set values in a similar manner. Just try typing stuff and see what happens.
The Welsh will always support two teams: The Welsh, and anyone playing England :)