diff options
Diffstat (limited to 'mystringlistunit.pas')
-rw-r--r-- | mystringlistunit.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mystringlistunit.pas b/mystringlistunit.pas index e0b7fe2..7698e26 100644 --- a/mystringlistunit.pas +++ b/mystringlistunit.pas @@ -512,7 +512,7 @@ begin delete(i); t:=erstesArgument(s,':'); if (length(t)=0) or (t[1]<>'$') then begin - gibAus('Schleifenvariable muss mit ''$'' beginnen!',3); + gibAus('Schleifenvariable muss mit ''$'' beginnen ,'''+t+''' tut das nicht!',3); exit; end; |