Hi,
esignal.Entitled() does not return false or true values.
my program is working fine but, the following if statement never is set True.
if (esignal.Entitled() =True) Then
.....
end if
esignal.Entitled() does not return false or true values.
my program is working fine but, the following if statement never is set True.
if (esignal.Entitled() =True) Then
.....
end if
Comment