Unit myString

Classes

Functions

Chop_To_Length -
Digit_Only -
Remove_Embeded_Spaces - Deletes all the spaces in s.

Types

Constants

Variables


Functions


function Chop_To_Length(s : string; wanted_len : byte) : string;


function Digit_Only(s : string) : string;


function Remove_Embeded_Spaces(s : string) : string;

Deletes all the spaces in s. Spaces includes leading, trailing and spaces inside s.

Types


Constants


Variables