Hi,
Could anyone help me with formatting a string of numbers.

What I have is i have gotten a string of numbers out of a DB that looks like this say 123456789 and I would like to format them like this 123,456,789

How do I do this in vbscript, is it something like

format("#,###,###", StringName)

Any help would be great

-|- Hurgh -|-