04.07.2016, 21:57
(This post was last modified: 04.07.2016, 22:05 by Erwin van der Zwart.)
Hi David,
I checked, and there was indeed a small issue, but not on line 74. Did you copied the code from chrome? If yes please copy from other browser to avoid Chrome copy issue
Can you try to replace the code @ line 80:
with:
BR,
Erwin
I checked, and there was indeed a small issue, but not on line 74. Did you copied the code from chrome? If yes please copy from other browser to avoid Chrome copy issue
Can you try to replace the code @ line 80:
Code:
queuecount = i:match([[<NumberReturned>(.-)</NumberReturned>]])
with:
Code:
queuecount = string.match(i, '%d+')
BR,
Erwin