thsndsep

Syntax:

Value String  thsndsep(String str)

Description:

Adds thousands separator to str.

Examples:

($a1:$a5) = thsndsep($self)
Before:
AB C
114
2500
3-345560032
4apple-7.2
50.0000218
61641
After:
AB C
1014
2500
3-3,455,60032
4apple-7.2
500.0000218
61641
($b1:$d10) = thsndsep($a)