| nuls | |
| ACTION: |
returns the address of a string of null characters given the length.
|
| USE: |
string=nuls length
|
| EXAMPLE: |
s=nuls 1000 |
| RESULT: |
s is a string of 1000 null characters |
| REMARKS: |
for wide strings use string(n,wchr 0) instead |
| RELATED: |
space
string
news
frees
getmemory
|