[Overview][Constants][Types][Procedures and functions] |
Insert thousand separators.
Source position: strutils.pp line 163
function Numb2USA( |
const S: String |
):String; |
S |
|
String to insert thousand separators in. |
String with thousand separators inserted.
Numb2USAinserts thousand separators in the string Sat the places where they are supposed to be, i.e. every 3 digits. The string Sshould contain a valid integer number, i.e. no digital number. No checking on this is done.
None.