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