|
strCenter |
|
strCenter( const string, // string to center const width, // width of field [const padd]) // padding character (default = ' ') Centers a string in a field of width. Examples:
strCenter('hello', 11); // ' hello '
strCenter('hello', 11, '*'); // '***hello***'
|
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |