Hallo,
ich würde das nicht per Text machen.
Delphi-Quellcode:
type
TPlayerActionType = (atBet, atCall, atCheck);
TPlayerAction = packed record
TimeStamp: TDateTime;
ActionType: TActionType;
Current: Cardinal;
end;
Das geht schneller auszuwerten und ist weniger tippfehleranfällig.