[Overview][Constants][Types][Procedures and functions] | Reference for unit 'strutils' (#rtl) |
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.
Numb2USA inserts thousand separators in the string S at the places where they are supposed to be, i.e. every 3 digits. The string S should contain a valid integer number, i.e. no digital number. No checking on this is done.
None.
No notes exist for this page yet.