*** empty log message ***

This commit is contained in:
2007-01-11 03:56:02 +00:00
parent bdaa443901
commit 1ecd0723c7
4 changed files with 66 additions and 32 deletions

View File

@ -172,6 +172,8 @@ Private Sub Execute_Click()
'Awk.MaxDepthForRexBuild = 10
'Awk.MaxDepthForRexMatch = 10
Awk.Debug = True
If Awk.Parse() = -1 Then
MsgBox "PARSE ERROR [" + Str(Awk.ErrorLine) + "]" + Awk.ErrorMessage
Else