We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6337fc commit 6fa1525Copy full SHA for 6fa1525
sms-forward
@@ -33,7 +33,7 @@ $WaitFullyConnected;
33
:while ([ :len [ /tool/sms/inbox/find ] ] > 0) do={
34
:local Phone [ /tool/sms/inbox/get ([ find ]->0) phone ];
35
:local Messages "";
36
- :local Delete [ :toarray "" ];
+ :local Delete ({});
37
38
:foreach Sms in=[ /tool/sms/inbox/find where phone=$Phone ] do={
39
:local SmsVal [ /tool/sms/inbox/get $Sms ];
0 commit comments