Difference between revisions of "Category:Functions"
Line 1: | Line 1: | ||
+ | * procedure [[ScriptCore3.WriteLn|WriteLn]](Text: string) | ||
+ | * function [[ScriptCore3.StrToInt|StrToInt]](Text: String): Integer | ||
+ | * function [[ScriptCore3.iif|iif]](Condition: Boolean; IfTrue, IfFalse: Variant): Variant | ||
+ | * function [[ScriptCore3.Random|Random]](Min, Max: Integer): Integer | ||
+ | * function [[ScriptCore3.RGB|RGB]](R, G, B: Byte): LongWord | ||
+ | * function [[ScriptCore3.ExecRegExpr|ExecRegExpr]](const ARegExpr, AInputStr: string): boolean | ||
+ | * procedure [[ScriptCore3.SplitRegExpr|SplitRegExpr]](const ARegExpr, AInputStr: string; APieces: TStrings) | ||
+ | * function [[ScriptCore3.ReplaceRegExpr|ReplaceRegExpr]](const ARegExpr, AInputStr, AReplaceStr: string; AUseSubstitution: boolean): string | ||
+ | * function[[ScriptCore3.QuoteRegExprMetaChars|QuoteRegExprMetaChars]](const AStr: string): string | ||
+ | * function [[ScriptCore3.RegExprSubExpressions|RegExprSubExpressions]](const ARegExpr: string; ASubExprs : TStrings; AExtendedSyntax: boolean): integer | ||
+ | |||
[[Category:ScriptCore 3]] | [[Category:ScriptCore 3]] |
Revision as of 07:08, 30 July 2013
- 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