i use this script, but not works first alert :
if({sms} == ‘’ && {mod_invio} == 2 ){
sc_alert("Invio sms fallito !!!");
}
elseif({sms} != ‘’ && {mod_invio} == 2 ){
sc_alert("Invio sms!!!");
}
i use this script, but not works first alert :
if({sms} == ‘’ && {mod_invio} == 2 ){
sc_alert("Invio sms fallito !!!");
}
elseif({sms} != ‘’ && {mod_invio} == 2 ){
sc_alert("Invio sms!!!");
}
Look at the helpfile and see in which events this macro is supported. I guess that you are using it in a unsupported event. Can’t see here which one.