next up previous contents index
Next: TableException Up: StringBuffer Previous: new   Contents   Index


string


Usage

string s


Signature

string: % $\to$ String


Parameter Type Description
s % a string


Description

Returns the underlying string.


Remarks

This function does not make a copy of the string, so if s is modified after calling str := string s, then str is affected. Use copy on str if you need to prevent this.



Manuel Bronstein 2004-06-28