Toggle navigation
PxPlus User Forum
PxPlus User Forum
»
Main Board
»
Discussions
»
Language
»
*web/mail
Likes
« previous
next »
Print
Pages: [
1
]
Author
Topic: *web/mail (Read 562 times)
Gilles
Silver Member
Posts: 27
*web/mail
«
on:
October 14, 2021, 03:33:41 AM »
We think there is a problem in this utility
At line 15: FAIL_CNT=0
At line 104 FAIL_CNT_CNT++
At line 105 IF RETRY_CNT<3 ....
Shouldn't it be
15 FAIL_CNT=0
104 FAIL_CNT++
105 IF FAIL_CNT<3 .....
Pvx+ up to V17 (V18 not tested)
Logged
Print
Pages: [
1
]
« previous
next »
PxPlus User Forum
»
Main Board
»
Discussions
»
Language
»
*web/mail