Source position: JPL.Strings.pas line 176
function InsertNumSep(
NumStr: string;
Separator: string = ' ';
NumBlockSize: Integer = 3;
MaxInsertions: Integer = 255
):string;