VBScript Statements

These VBScript statements are supported in Oracle Hyperion Financial Management rules:

  • Call

  • Const

  • Dim

  • Do...Loop

  • Erase

  • Exit

  • For...Next

  • ForEach...Next

  • Function...End Function

  • If...Then...Else If...Else...End If

  • On Error Go to 0

  • On Error Resume Next

  • Option Explicit

  • Private

  • Public

  • ReDim

  • ReDim Preserve

  • SelectCase...Case...End Select

  • Set

  • While...WEnd

  • With...End With

  • '

  • Sub...EndSub