Category:Functions

From Soldat Community Wiki
Revision as of 08:08, 30 July 2013 by Mighty (talk | contribs)
Jump to: navigation, search
  • 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