Hi I have text editor widget in smalltalk (visual works) that returns a text object, however I want the text returned to be handled as a string object.
How do you parse a text object as a string?
|
1
|
Hi I have text editor widget in smalltalk (visual works) that returns a text object, however I want the text returned to be handled as a string object. How do you parse a text object as a string?
|
|||
|
|
|
|
if |
||
|
|
|
You send #string to the Text object |
||
|
|