I have a simple script that erases all IMBOX sms, what I would like is to be able to delete only the ones with blank message field.
Code: Select all
:foreach i in=[/tool sms inbox find] do={
:put [/tool sms inbox remove $i ]
}
some help?
:foreach i in=[/tool sms inbox find] do={
:put [/tool sms inbox remove $i ]
}
/ tool sms inbox remove [ find where message="" ];