SBM AppScript Reference → Introduction to SBM AppScript → SBM AppScript Basics → Supported Language Elements
The following elements of VBScript 4.0 are not supported in SBM AppScript:
Currency data type
Arrays (Dictionaries are more powerful and are supported)
Compound statements using ":" operator
Private and public keywords
On Error Resume Next statement
"Err" built-in object
GUI actions (SBM GUI is browser-based, not console-based)
The following built-in functions: CCur, Filter, FormatCurrency, GetObject, InputBox, Join, LBound, LoadPicture, MsgBox, RGB_Function, Split, UBound
The following built-in functions of VBScript 4.0 are supported in SBM AppScript:
Abs, Asc, AscB, AscW, Atn, CBool, CByte, CDate, CDbl, Chr, ChrB, ChrW, CInt, CLng, Cos, CSng, CStr, Date, DateAdd, DateDiff, DatePart, DateSerial, DateValue, Day, Exp, Fix, FormatDateTime, FormatNumber, FormatPercent, Hex, Hour, InStr, InStrB, InStrRev, Int, IsArray, IsDate, IsEmpty, IsNull, IsNumeric, IsObject, LCase, Left, LeftB, Len, LenB, Log, LTrim, Mid, MidB, Minute, Month, MonthName, Now, Oct, Randomize, Replace, Right, RightB, Rnd, Round, RTrim, ScriptEngine, ScriptEngineBuildVersion, ScriptEngineMajorVersion, ScriptEngineMinorVersion, Second, Sgn, Sin, Space, Sqr, StrComp, String, StrReverse, Tan, Time, TimeSerial, TimeValue, Trim, TypeName, UCase, VarType, Weekday, WeekdayName, Year.
The following SBM object types are supported in SBM AppScript:
AppDb, AppRecord, AppRecordList, Change, ChangeList, Field, Folder, FolderItem, FolderItemList, Incident, Project, ProjectBasedRecord, User, VarFieldList, VarRecord, TreeItem, TreeList, UGBase.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.