[Newbies] Stringing a string together!

awood969 contact at awood969.com
Mon Dec 6 20:31:25 UTC 2010


Hi guys,

I am wondering how you can pull different datatypes into a string, for
example im trying to do the following with a StringMorph;

StringMorph contents: 'Text Stuff Here: ' + SmallInteger asString

Hard to explain myself but in PHP it would be;

$finalvalue = "Player: " + $myint;

and in C would be

cout << "Player: " << myint << endl;

Thanks!
Andrew
-- 
View this message in context: http://forum.world.st/Stringing-a-string-together-tp3075262p3075262.html
Sent from the Squeak - Beginners mailing list archive at Nabble.com.


More information about the Beginners mailing list