Painkiller
Programmer
Hi all,
I need to make an active x executable that runs an infintate loop, executing tasks when documents are found in a directory. My question is, how do I create an infinte loop? I thought about using do-loop stastements without the while, something like this:
do
[actions]
loop
Would this work? Suggestions?
Thankx,
Sujesh
I need to make an active x executable that runs an infintate loop, executing tasks when documents are found in a directory. My question is, how do I create an infinte loop? I thought about using do-loop stastements without the while, something like this:
do
[actions]
loop
Would this work? Suggestions?
Thankx,
Sujesh