VBScript Space Function
Complete VBScript Reference
The Space function returns a string that consists of a specified number of spaces.
Syntax
Parameter |
Description |
number |
Required. The number of spaces you want in the string |
Example 1
dim txt
txt=Space(10)
document.write(txt)
Output:
" "
|
Complete VBScript Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|