Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Question for how to use functions?

0 Kudos

Hi friends

I have one question, When i implement one program ,I used two functions ,The first one has no return value , but it run a long time ,so I want to skip this one before it finish and to call the second function.

Any sugesstions?

thanks

BestRegards

Tom

2 REPLIES 2

Former Member
0 Kudos

hai tom,

u can call function module in separate task ,using call fucntion in task handler

so that they will be running separately and will return results separately

m.a

0 Kudos

hai tom ,

call fucniton in task handler , so that u can call different fucntion modules at single time

just type task handler and f1 and u get help

m.a