[Q] Ask on String manipulation

Chun, Sung Jin ninja at aerohel.snu.ac.kr
Tue Apr 28 03:41:06 UTC 1998


I want to make string like in ObjC;
[ str concatSTR: 'Hello' ];
But in Smalltalk I cannot find it.
And also I want printf like feature in error: like this;
self error: 'Class %s', [ self name ]
Can anyone teach me how I can do this ?

Thanks in advance.

******************************************

I like N*Step's beauty, but Iove Freedom.

ninja at aerohel.snu.ac.kr

---ObjC---
NSString* NSMyName = @"Chun, sungjin";
[ NSMyName fly ];
---ObjC---

******************************************





More information about the Squeak-dev mailing list