02-09-2019, 08:58 AM
Hi Gintaras, hi all,
1. What is the QM way to do a C like do-while
do{
......
}(while(........)
loop?
2. I have a shell menu function that does file conversion.
function $files
str f
foreach f files
int ht=mac("sub.Convert" "" f)
mac "sub.End" "" ht
It works flawlessly, but as I have a powerful laptop, I'd like to use it multithreaded, i.e it would convertĀ
many files at the same time.
Can you steer me to the solution?
Thanks
1. What is the QM way to do a C like do-while
do{
......
}(while(........)
loop?
2. I have a shell menu function that does file conversion.
function $files
str f
foreach f files
int ht=mac("sub.Convert" "" f)
mac "sub.End" "" ht
It works flawlessly, but as I have a powerful laptop, I'd like to use it multithreaded, i.e it would convertĀ
many files at the same time.
Can you steer me to the solution?
Thanks