Units
Classes, Interfaces, Objects
Types
Variables
Constants
Functions, Procedures
Identifiers

Unit ifps3utl

Description

This unit contains types and functions used by the compiler and executer

Classes, interfaces and objects

NameDescription
Class TIfList TIfList is the list class used in IFPS
Class TIfPascalParser TIfPacalParser is the parser used to parse the current script
Class TIfStringList  

Functions and procedures

Overview

function FastLowerCase(const s: String): string;
function FastUpperCase(const s: String): string;
function FloatToStr(E: Extended): string;
function Fw(const S: string): string;
function GRFW(var s: string): string;
function IntToStr(I: LongInt): string;
function StrToInt(const S: string): LongInt;
function StrToIntDef(const S: string; Def: LongInt): LongInt;

Description

function FastLowerCase(const s: String): string;

Fast uppercase

function FastUpperCase(const s: String): string;

Fast uppercase

function FloatToStr(E: Extended): string;

Convert a float to a string

function Fw(const S: string): string;

Return the first word of a string

function GRFW(var s: string): string;

Get the first word and remove it

function IntToStr(I: LongInt): string;

Integer to string conversion

function StrToInt(const S: string): LongInt;

String to integer

function StrToIntDef(const S: string; Def: LongInt): LongInt;

String to integer

Types

NameDescription
PPointerList PPointerList is pointing to an array of pointers
TIFParserError The error occured while parsing
TIFParserErrorKind TIFParserErrorKind is used to store the parser error
TIfPasToken TIFPasToken is used to store the type of the current token
TPointerList An array of pointers

Constants

NameDescription
MaxListSize Maximum number of items in a list

Generated by rjPasDoc 0.7 on Wed 15 May 2002 19:21:35