space | |
ACTION: |
returns a string of spaces
|
USE: |
string=space length
|
EXAMPLE: |
s=space 10 |
RESULT: |
s=" " ' 10 spaces (ascii 32) |
REMARKS: |
for wide strings use string(n,wchr 32) instead |
RELATED: |
nuls
string
ltrim
rtrim
|