SBM AppScript Conversion Functions

Functions for converting SBM AppScript to SBM ModScript.

Description

These functions were added solely for the purpose of converting SBM AppScript and generally should not be used otherwise. See also SBM AppScript Conversion Constants.

Important: Because SBM AppScript was modeled after VBScript, the functions below model VBScript unless comments below indicate otherwise. Refer to the VBScript documentation for detail on the functions below.

Operators

Tip: Operators listed below that are prefaced with vb are based on corresponding non-prefixed VBScript operators.

Consider using SBM ModScript native operators such as &&, ||, &, |, and ! instead.

Functions

Variant Type Checking Functions

Variant Type Conversion Functions

Variant Date Functions

It is recommended that you use the corresponding functions listed in TimeT, TimePoint, TimeMillis, and Locale.

Variant Math Functions

It is recommended that you use the corresponding functions listed in Math Functions.

Variant String Functions

Object Types

Related Topics

Free Functions