hello
what is efs code recognize "wave c" ???
var wave = elliott.getValue(GetElliottStudy.MOSTRECENTWAVE);
if wave = C {
Alert.playSound("Pairing.wav");
Alert.addToList(FormatSI(), "Wave C");
}
???
thanks
what is efs code recognize "wave c" ???
var wave = elliott.getValue(GetElliottStudy.MOSTRECENTWAVE);
if wave = C {
Alert.playSound("Pairing.wav");
Alert.addToList(FormatSI(), "Wave C");
}
???
thanks
Comment