Category:Functions
- procedure WriteLn(Text: string)
- function StrToInt(Text: String): Integer
- function iif(Condition: Boolean; IfTrue, IfFalse: Variant): Variant
- function Random(Min, Max: Integer): Integer
- function RGB(R, G, B: Byte): LongWord
- function ExecRegExpr(const ARegExpr, AInputStr: string): boolean
- procedure SplitRegExpr(const ARegExpr, AInputStr: string; APieces: TStrings)
- function ReplaceRegExpr(const ARegExpr, AInputStr, AReplaceStr: string; AUseSubstitution: boolean): string
- functionQuoteRegExprMetaChars(const AStr: string): string
- function RegExprSubExpressions(const ARegExpr: string; ASubExprs : TStrings; AExtendedSyntax: boolean): integer
Pages in category "Functions"
The following 33 pages are in this category, out of 33 total.
S
- ScriptCore3.Date
- ScriptCore3.DateTimeToUnix
- ScriptCore3.DateToStr
- ScriptCore3.DayOfWeek
- ScriptCore3.DecodeDate
- ScriptCore3.DecodeTime
- ScriptCore3.Distance
- ScriptCore3.EncodeDate
- ScriptCore3.EncodeTime
- ScriptCore3.ExecRegExpr
- ScriptCore3.FormatDateTime
- ScriptCore3.iif
- ScriptCore3.MD5
- ScriptCore3.menu2obj
- ScriptCore3.menu2weap
- ScriptCore3.Now
- ScriptCore3.obj2menu
- ScriptCore3.obj2weap
- ScriptCore3.QuoteRegExprMetaChars
- ScriptCore3.Random
- ScriptCore3.RegExprSubExpressions
- ScriptCore3.ReplaceRegExpr
- ScriptCore3.RGB
- ScriptCore3.SplitRegExpr
- ScriptCore3.StrToDate
- ScriptCore3.StrToInt
- ScriptCore3.Time
- ScriptCore3.TryEncodeDate
- ScriptCore3.TryEncodeTime
- ScriptCore3.UnixToDateTime
- ScriptCore3.weap2menu
- ScriptCore3.weap2obj
- ScriptCore3.WriteLn