CommaString

Prev Next Home Home Table Of Contents Index

CommaString (String) : String

CommaString takes a string that represents a number and adds commas every three characters. If you pass it a number it will convert it to a string and then add the commas.


Example:
Writeln CommaString ('12345') ; returns 12,345 Writeln CommaString (45 * 75) ; returns 3,375

Category: String

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home