Command Window

This window can be used to execute commands directly from the editor.
(View > Other Windows > Command Window)
This is always available, not just when in break mode.


Debug.Print sValue 

SS


Using Aliases

This window has a large number of shortcut keys known as aliases that can be used.
? sValue
To see a complete list of all the aliases available type "alias" into the window and press Enter.


You can even create your own by prefixing it with the word alias
> alias <aliasname> <commandName>


To remove an alias type the following
> alias <aliasname> /delete



© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext