0 Members and 2 Guests are viewing this topic.
var sprees: TStringList begin sprees:=File.CreateStringList(); sprees.Append('5=is on killing spree'); sprees.Append('8=is on rampage');end.
In Delphi you could use the finalization part. Not sure if this is implemented in the scriptcore though.http://www.delphibasics.co.uk/RTL.asp?Name=Unit&ExpandCode1=Yes