Quote:
Originally Posted by ConnorMcLeod
That's why you have to ad a constant number to a task :
set_task(1.0,"task1",1578+id)
set_task(1.0,"task2",2790+id)
Then you can check if each task exists.
|
If i set the task with the same constant number, will that override the old task or just create another task with the same number?
Anyway, how would you remove only one of those tasks?
And how will you get the id without the constant number?