On 28/07/2010 11:31, Paul Andrews wrote:
> On 28/07/2010 09:57, Christophe wrote:
>    
>> Hello,
>>
>> How to stop a ruuning function by software of another function ?
>>
>> FunctionA
>> {
>> }
>>
>> FunctionB
>> {
>>       Stop FunctionA
>> }
>>
>> Thank you,
>> Christophe,
>>
>>      
> Christophe, you cannot execute FunctionB while FunctionA executes,
> except if you call FunctionB from FunctionA.
>
> There is only one thread of execution, so your question doesn't make
> sense for this environment.
>    
LOL, didn't see Gregor's post.

Reply via email to