Hi,
I need a function with if else, which gets every minute the actually msg.
if ... == 100 than do ... 
else "stopp sending msg"
is this possible to make the function not sending a msg as "else" ??
Hi,
I need a function with if else, which gets every minute the actually msg.
if ... == 100 than do ... 
else "stopp sending msg"
is this possible to make the function not sending a msg as "else" ??
else {
return
}
thanks
