Unit U_Mash_Code

Uses
Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

 

Overview

Functions and Procedures

Function Set_Maj_Chaine(Chaine : String) : String;
Function Kill_Space(Chaine : String) : String;
Function Mash_Code(Chaine : String) : String;

Description

Functions and Procedures

Function Set_Maj_Chaine(Chaine : String) : String;

Auteur: Pr‚martin Patrick. Date: 17/02/1991.

But: Cette unit‚ contient une fonction qui renvoie le Mash-Code d'une chaine pass‚e en paramŠtre. Le Mash-Code est une sorte de concatenation de la chaine permettant de la comparer ais‚ment … d'autres chaines ayant une orthographe approximativement identique.

Function Kill_Space(Chaine : String) : String;

Renvoie la chaine en majuscules.

Function Mash_Code(Chaine : String) : String;

Renvoie la chaine sans les espaces qu'elle contenait.

My libraries for Turbo Pascal (c) 1990-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.