开发者

Smalltalk - Converting text object to string

Hi I have text editor widget in smalltalk (visual works) that re开发者_Go百科turns 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 Text and String are different classes in VW Smalltalk (which I don't have easy access to at the moment), see if you can call yourText asString or perhaps String newFrom: yourText or maybe yourText as: String. Most of these would work in Squeak Smalltalk.


You send #string to the Text object

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜