Syntax :
Space ( lngNumSpaces )
lngNumSpaces : Number of spaces in the returned string
Space ( lngNumSpaces )
lngNumSpaces : Number of spaces in the returned string
Dim strString as String
strString = Space ( 5 )
strString give the value of " " (five space)
strString = Space ( 5 )
strString give the value of " " (five space)
No comments:
Post a Comment