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....



IntToStrGrouped


Unit: SDL_stringl
Class: none
Declaration: function IntToStrGrouped (inum: int64; spacer: char): string;

If you want to display long integer numbers it is sometimes convenient to group the numeric string into blocks of three digits separated by a spacer (normally a dot or a blank is used). The function IntToStrGrouped returns the grouped string obtained from the parameter inum. The separating character is defined by the parameter spacer.


Last Update: 2023-Feb-06