Code Setup and Control Quick Reference
The following table lists methods that you can use to perform setup tasks and to control the flow of logic in Siebel VB code.
Statement | Purpose | Reference |
---|---|---|
Shell |
Starts a Microsoft Windows application. |
|
Call |
Transfers control to a subroutine. |
|
Sub name |
Creates a subroutine. |
|
Function |
Creates a function. |
|
Type userType |
Declares a custom data type. |
|
Declare Sub Declare Function |
Declares a procedure or a function. |
|
Const constantName |
Declares a symbolic constant. |
|
Environ |
Returns a string from the operating system environment |
|
Nothing |
Sets an object variable to not reference an object. |
|
AppActivate |
Sends keystrokes to a Microsoft Windows application. |
|
Clipboard |
Accesses the Microsoft Windows clipboard. |