4/30/2009 10:42 AM | |
Joined: 9/27/2007 Last visit: 12/18/2020 Posts: 993 Rating:
|
Hi Use return instead of exit. Both has the same function. regards cumulus |
Learn more about visualization - visit the HMI courses of Siemens AG! |
|
4/30/2009 11:58 AM | |
Posts: 133 Rating:
|
And if you use return without a parameter? printf("before\n"); return; printf("after!\n"); |
Follow us on