Check is task exists in NXC
Posted: 17 Jul 2012, 08:37
Is there a way to check is a task, function or variable exists in NXC? I know that in PHP you can use
isset()
to check if a variable exists and function_exists()
to do the same for a function, but is there a way to do that in NXC? I am specifically wanting to check if a task exists.