PAW's equivalent text x y [headstring] size

Dirk Meier (Dirk.Meier@cern.ch)
Mon, 5 Jan 1998 17:42:29 +0100 (MET)


Hello,

how do I translate the following PAW syntax to root?

rn = 523
headstring = "Run Number: "//[rn]//" and other numbers"
text 3 5 [headstring] 0.5

e.g. TText expects a Text_t argument, so I would
convert the number into a string (TString?) and
concatenate...
Is there an easy way to do this (also for floats).

Dirk