MNU: String>>skipTo:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

MNU: String>>skipTo:

Dan Norton
Some problems trying to the use Symbol class #readFrom: method:

        In the comment "Symbol readFromString: '#abc'", #readFromString: is unknown

        changing it to #readFrom: gets MNU: String>>skipTo:

The method #skipTo: is in PositionableStream but String is not in that hierarchy. However,
this works:

        Object readFrom: (ReadStream on: '#abc')

In Squeak, "Symbol readFromString: '#abc'" answers #abc.

 - Dan

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org