Dear sir,
I'm now using your latest TCMD 13.00.27 x64 for evaluation.
The following command runs well, function is defined, and the function is executed
>>function test=`echo done` %+ function test %+ %@test[]
echo done
done
also following conditional command executed well
>>if 1==1 echo done
done
but if i combine them into one function:
>> function test=`if 1==1 echo done` %+ function test %+ %@test[]
if 1==1 echo done
It seems the function is defined as expected, but doesn't have expected result.
Any help from you?
I'm now using your latest TCMD 13.00.27 x64 for evaluation.
The following command runs well, function is defined, and the function is executed
>>function test=`echo done` %+ function test %+ %@test[]
echo done
done
also following conditional command executed well
>>if 1==1 echo done
done
but if i combine them into one function:
>> function test=`if 1==1 echo done` %+ function test %+ %@test[]
if 1==1 echo done
It seems the function is defined as expected, but doesn't have expected result.
Any help from you?