Re: How to time my APP..?
you can start your program with "Sub Main".
Just create a standard module and write a proc
Sub Main
..
end sub
Then in your project properties choose "sub main" as the starting point.
In order to start your program at a certain time use any of the schedulers, e.g. NT's "AT" command.
You could also run your program all the time and have the program "look at the time" at regular intervals and then start the processing whenever you think it's necessary.
Re: How to time my APP..?
Hello LOTHAR,
I did not quite understand how to use this 'NT' command. Can you please send me a code-example or refer me to an exisiting one ?
Thank-you!
LED