Hi!
On Mon, May 21, 2001 at 02:37:59AM +0200, Roland Goretzki wrote:
Hallo Frank, Du schriebst:
Es geht auch Folgendes WriteStr (s, '/usr/home/roland/i.GING/', Variable);
Das würde mich auch interessieren, hat aber bisher bei mir noch nicht funktioniert. Werde ich noch einmal gründlicher probieren.
Probiere doch mal:
* ------------- program abc; uses gpc; var i : Integer; s : String; begin for i := 1 to 10 do begin WriteStr( s, 'i=', i ); WriteLn(s) end end. * --------------
Eike