Space()
This is a function that has pretty much outlived its usefulness. It returns a string composed of a specified number of blanks (CHR(32)).| Usage | cMyString = SPACE( nLength ) |
| Example | cLastName = SPACE(30) && sets variable cLastName to 30 spaces |
| See Also | Empty(), Len(), Replicate() |
View Updates
Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.