Siebel VB Language Reference > Quick Reference for Siebel VB Methods > Error Handling Methods >

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 Application Method

Call

Transfers control to a subroutine.

Call Subroutine Method

Sub name

Creates a subroutine.

Create Subroutine Method

Function

Creates a function.

Create Function Method

Type userType

Declares a custom data type.

Declare Custom Data Type Method

Declare Sub
Declare Function

Declares a procedure or a function.

Declare Procedure Method

Const constantName

Declares a symbolic constant.

Declare Symbolic Constant Method

Environ

Returns a string from the operating system environment

Get Environment Setting Method

Nothing

Sets an object variable to not reference an object.

Remove Object Method

AppActivate

Sends keystrokes to a Microsoft Windows application.

Send Keystrokes Method

Clipboard

Accesses the Microsoft Windows clipboard.

Use Clipboard Methods

Siebel VB Language Reference Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.