Exit Try statement Exits a Try block and transfers execution immediately to the statement following the End Try statement.
Exit Property statement Exits a property's Get or Set procedure and transfers execution immediately to the statement following ...
Exit Select statement Exits a Select block and transfers execution immediately to the statement following the End Select ...
Exit statement Exits a procedure or block and transfers execution immediately to the statement following the procedure call ...
Exit Sub statement Exits a Sub procedure and transfers execution immediately to the statement following the call to the Sub ...
Exit Try statement Exits a Try block and transfers execution immediately to the statement following the End Try statement. ...
Exit While statement Exits a While loop and transfers execution immediately to the statement following the End While statement. ...
Expand the referenced assemblies and namespaces to select your objects. If an object is missing from a referenced assembly, ...
Expands any environment variables of the form $(envvar) in the string to their corresponding values and returns the new string. ...
Expands functions marked as inline or _inline and any other function that the compiler chooses (expansion occurs at the compiler's ...