pascalSCADA OPM: hsutils

Pascal SCADA OPM

Unit hsutils

Uses
Classes, Interfaces, Objects and Records
Constants
Variables

Description

: Miscelaneous functions.

Overview

Functions and Procedures

function Power(Base:LongInt; Expoent:Cardinal):Cardinal;
function ExplodeString(delimiter:string; str:string; limit:integer=MaxInt):TStringArray;

Types

TStringArray = array of String;

Description

Functions and Procedures

function Power(Base:LongInt; Expoent:Cardinal):Cardinal;

: Computes the exponentiation.

Returns

Cardinal. Returns BaseˆExpoent calculation.

function ExplodeString(delimiter:string; str:string; limit:integer=MaxInt):TStringArray;
 

Types

TStringArray = array of String;
 

Author


Generated by PasDoc 0.14.0.