For some reason the text was cut off on the right side of the last post on the forum. It is as if the text wrap is sent wrong.
Also, my other thought on this was perhaps I was reading the incorrect line.
Below is the portion that writes it. Notice on line 1 I did not put in a %CRLF%, would that cause the line not to be created.
Code: Select all
SRT>WriteResults
DeleteFile>%TEMP_DIR%testresults.txt
WriteLn>%TEMP_DIR%testresults.txt,Results,
WriteLn>%TEMP_DIR%testresults.txt,Results,File Tested %testfile%%CRLF%
WriteLn>%TEMP_DIR%testresults.txt,Results,The area Captured is:%CRLF%%area%%CRLF%
WriteLn>%TEMP_DIR%testresults.txt,Results,The Raw Text Captured is:%CRLF%%Rawtext%%CRLF%
WriteLn>%TEMP_DIR%testresults.txt,Results,************************ End of Text Capture ************************%CRLF%
If>%testfuzzy%=True
WriteLn>%TEMP_DIR%testresults.txt,Results,Fuzzy Logic is turned:%CRLF%On%CRLF%
Else
WriteLn>%TEMP_DIR%testresults.txt,Results,Fuzzy Logic is turned:%CRLF%Off%CRLF%
Endif
If>%useeasy%=True
WriteLn>%TEMP_DIR%testresults.txt,Results,Apply EasyPatterns is Turned:%CRLF%On and set to the %Dialog1.z1occ% occurrence
WriteLn>%TEMP_DIR%testresults.txt,Results,The pattern applied is:%CRLF%%epat%%CRLF%
Else
WriteLn>%TEMP_DIR%testresults.txt,Results,EasyPatterns is turned:%CRLF%Off%CRLF%
Endif
If>%testfuzzy%=True
WriteLn>%TEMP_DIR%testresults.txt,Results,With Fussy Logic Applied:%CRLF%%FuzzyOutput%%CRLF%
Endif
If>%useeasy%=True
WriteLn>%TEMP_DIR%testresults.txt,Results,With EasyPattern Applied:%CRLF%%ocroutput%%CRLF%
Endif
END>WriteResults