-
Help Part 2 of the msg
From
Terminator@VERT/CHATFREE to
All on Tue Aug 28 07:43:00 2001
set fp ""ãset fn "failed.msg"ãcopy fp flocãstrcat fp fnãchkfile fpãif_falseãprint "failed.msg file is missing.\r\n"ãgoto endãend_ifãprintfile fp P_OPENCLOSEãgoto endãend_ifãprintf "\1n\r\n\1b\Please type in your new password: \1w"ãset pw2 ""ãgetstr pw2 6 K_LINEãcompare pw1 pw2ãif_falseãprint "Incorrect password, please try again.\r\n"ãgoto loop2ãend_ifãset fp ""ãset fn "upgraded.msg"ãcopy fp flocãstrcat fp fnãchkfile fpãif_falseãprint "Upgraded.msg file is missing.\r\n"ãgoto endãend_ifãprintfile fp P_OPENCLOSEãgoto endããI left out the last part of the program to help cut down the size of thisãmessage. ããI really need your help with program. After I have finished writting it thisãprogram will be released as freeware.ããThank youãTerminatorããã---ã þ Synchronet þ Synchronet -> Chatfree BBS bbs.chatfree.orgã
-
From
Amcleod@VERT to
Terminator on Fri Sep 14 03:53:33 2001
RE: Help Part 2 of the msgãBY: Terminator to All on Tue Aug 28 2001 02:43 pmãã > I really need your help with program.ããMy original example did not contain any error detection/correction code. Youãwere supposed to include it. Particularly, since it isn't working for you. ãWhat you need to do is, after every SOCKET_WRITE you need to put in aãSOCKET_READLINE/PRINT pair, and visually inspect the results for an errorãmessage. Once you've identified the error, and solved it, you can remove themãagain.ããIn actual fact, you should follow each SOCKET_WRITE with a SOCKET_READLINE andãthen have the program test for a success before moving on. If it fails, printãan error message and halt.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
Kernel2@VERT/CHATFREE to
Amcleod on Fri Sep 14 16:22:00 2001
RE: Help Part 2 of the msgãBY: Amcleod to Terminator on Fri Sep 14 2001 10:53:00ãã > ã > My original example did not contain any error detection/correction code. Yoã > were supposed to include it. Particularly, since it isn't working for you. ã > What you need to do is, after every SOCKET_WRITE you need to put in aã > SOCKET_READLINE/PRINT pair, and visually inspect the results for an errorã > message. Once you've identified the error, and solved it, you can remove thã > again.ã > ã > In actual fact, you should follow each SOCKET_WRITE with a SOCKET_READLINE aã > then have the program test for a success before moving on. If it fails, priã ãI tried that and the response I get back from the server is just all controlãcharectors. So I can make heads or tails on what the error if they do exist.ããKernal2ããã---ã þ Synchronet þ Synchronet -> Chatfree BBS bbs.chatfree.orgã