Given the following code fragment from ProComm 4.6 Build 71
:
STRING m_last_up_date = "10/11/02"
Proc main
SET CAPTURE FILE "test.cap"
SET CAPTURE OVERWRITE OFF
CAPTURE ON
TERMMSG "****************************************`r`n"
TERMMSG "* TEST.WAS updated: %s `r`n" m_last_up_date
TERMMSG "* Run date: %s time: %s`r`n" $DATE $TIME
TERMMSG "**************************************** `r`n"
CAPTURE OFF
termmsg "end of paultest `r`n"
pause 2
endproc
I was expecting the messages to appear in \capture\test.cap file. I do create the file, but it is zero bytes long. Am I missing some ProComm setting?
Thanks
:
STRING m_last_up_date = "10/11/02"
Proc main
SET CAPTURE FILE "test.cap"
SET CAPTURE OVERWRITE OFF
CAPTURE ON
TERMMSG "****************************************`r`n"
TERMMSG "* TEST.WAS updated: %s `r`n" m_last_up_date
TERMMSG "* Run date: %s time: %s`r`n" $DATE $TIME
TERMMSG "**************************************** `r`n"
CAPTURE OFF
termmsg "end of paultest `r`n"
pause 2
endproc
I was expecting the messages to appear in \capture\test.cap file. I do create the file, but it is zero bytes long. Am I missing some ProComm setting?
Thanks