Home
|
Programming
|
Articles
|
Newsletter
|
Links
|
About
Programming
»
Visual Basic 6
»
Visual Basic 6 Code
»
Strings
Manipulate strings.
Convert a number to words
Returns a string of the number in words (e.g. One hundred and fifty six).
Format file size
Formats a number of bytes to display in KB, MB or GB depending on size.
Remove unwanted characters
Removes unwanted characters from a string and replaces them with a space.