The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



MultiChar


Unit:SDL_stringl
Class:none
Declaration:function MultiChar (cc: char; RepCnt: integer): string;

Sometimes it is necessary to create a line which consists of a series of equal characters. The function MultiChar returns a string which consists of RepCnt characters cc. If RepCnt is specified smaller than 1 or larger than 255 the string is automatically limited to these values.



Last Update: 2023-Feb-06