*** empty log message ***

This commit is contained in:
2007-01-06 15:45:50 +00:00
parent 38f0ad0fba
commit d535f5cd2a
10 changed files with 253 additions and 62 deletions

View File

@ -110,6 +110,9 @@ Private Sub Execute_Click()
Awk.UseCrlf = True
Awk.IdivOperator = True
' TODO: debug it....
Awk.MaxDepthForBlockParse = 3
If Awk.Parse() = -1 Then
MsgBox "ERROR [" + Str(Awk.ErrorLine) + "]" + Awk.ErrorMessage
Else