07-12-2017 08:07 AM
can Callback functions be called from other personal defined normal functions?
example:
COMMAND Control, its Callback function is cmd();
and i have other normal function named display();
so, in display(), can function cmd() be called?
display(...)
{
....
cmd(..);
}
Solved! Go to Solution.
07-12-2017 08:15 AM
This question has been asked (and answered) recently, you can find it here