| strptr | |
| ACTION: |
return a string pointer
|
| USE: |
obtain base address of string contents
|
| EXAMPLE: |
string s="Hello" sys a=strptr s |
| RELATED: |
typecodeof
addr
|
| strptr | |
| ACTION: |
return a string pointer
|
| USE: |
obtain base address of string contents
|
| EXAMPLE: |
string s="Hello" sys a=strptr s |
| RELATED: |
typecodeof
addr
|