Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Indents and outdents in structured text are used to easily show blocks of code, i.e. the code within an IF statement or WHILE loop:
IF (i=1) THEN j:=1; k:=2; ELSE j:=2; k:=1; END_IF;
If you are using multiple IF statements and then add or delete one of the indentation levels, the lines will look out of place, which makes the programs harder to read and understand.
Highlight multiple lines (this doesn't work on single lines) and press the TAB key to indent all the lines at once. To outdent, use SHIFT-TAB.
These are the same shortcuts as used in Visual Studio, however Visual Studio also provides icons to do the same thing and so users may not be used to these shortcuts.