Answered: Programming difficulties with RobotC

I would like how to call other task functions in main(). Does RobotC allow running of 2 or above sub-functions concurrently??

The content of my program is something as below,

task sound()
{

}

task test()
{

}

task main()
{
call task sound()
call task test()
}

Thanks a lot!!!

A member of the VEX community has posted an answer to your question, here:
https://vexforum.com/t/re-programming-difficulties-with-robotc/15490/1

We do not provide ROBOTC Technical Support, please send any questions to [email protected]