*** empty log message ***

This commit is contained in:
2007-01-05 13:39:38 +00:00
parent d26963d3d3
commit 38f0ad0fba
8 changed files with 226 additions and 37 deletions

View File

@ -107,6 +107,8 @@ Private Sub Execute_Click()
Awk.ExplicitVariable = True
Awk.ImplicitVariable = False
Awk.UseCrlf = True
Awk.IdivOperator = True
If Awk.Parse() = -1 Then
MsgBox "ERROR [" + Str(Awk.ErrorLine) + "]" + Awk.ErrorMessage