Previous: 4.66.2. Strings Unit Procedures and Functions To the Table of Contents Next: 4.66.2.2. AnsiCompareStr function
4.66.2. Strings Unit Procedures and Functions Table of Contents 4.66.2.2. AnsiCompareStr function

- 4.66.2.1. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.1. Align function


4.66.2.1. Align function

Targets: MS-DOS, Win32

System Unit

Pads the argument up to width with spaces.

Declaration:
function Align(Str: String; Width: LongInt): String;
Remarks:
Spaces are on the right if width > 0, and on the left otherwise.


Previous: 4.66.2. Strings Unit Procedures and Functions To the Table of Contents Next: 4.66.2.2. AnsiCompareStr function
4.66.2. Strings Unit Procedures and Functions Table of Contents 4.66.2.2. AnsiCompareStr function

- 4.66.2.1. -