06-02-2014, 11:35 PM
Dear Gintaras,
I wonder whether qmitem does not stop, but it loops infinetely in QM 2.4.1. No problem in 2.3 versions. I attach the following test code :
Macro temp
Trigger SF12
Nevertheless, with a different criterion this loop ends, as it follows :
Macro temp
Trigger SF12
Please advise, Best Regards
I wonder whether qmitem does not stop, but it loops infinetely in QM 2.4.1. No problem in 2.3 versions. I attach the following test code :
Macro temp
Trigger SF12
QMITEM q; int i l m
rep
,i=qmitem(-i 0 &q 1|16)
,m+1
,out m
,if(i=0) break
,if q.itype!5 or q.folderid; continue
,l+1
,out "%i %i %i - %s" l i q.folderid q.name
Nevertheless, with a different criterion this loop ends, as it follows :
Macro temp
Trigger SF12
Please advise, Best Regards