Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
what is varible split?Here's the foundation. It assumes the last Call or SMS is what needs response …
AAAA (562)
A1: Variable Set [ Name:%calld To:%CDATE Recurse Variables:Off Do Maths:Off Append:Off ]
A2: Variable Split [ Name:%calld Splitter:- Delete Base:Off ]
A3: Variable Set [ Name:%calldt To:%calld1%calld2%calld3%CTIME Recurse Variables:Off Do Maths:Off Append:Off ]
A4: Variable Set [ Name:%smsd To:%SMSRD Recurse Variables:Off Do Maths:Off Append:Off ]
A5: Variable Split [ Name:%smsd Splitter:- Delete Base:Off ]
A6: Variable Set [ Name:%smsdt To:%smsd1%smsd2%smsd3%SMSRT Recurse Variables:Off Do Maths:Off Append:Off ]
A7: If [ %calldt > %smsdt ]
A8: Call [ Number:%CNUM Auto Dial:Off ]
A9: Else
A10: Send SMS [ Number:%SMSRF Message:%SMSRN this is a sample message. Store In Messaging App:Off ]
A11: End If
A12: Flash [ Text:C: %calldt
S: %smsdt Long:On ]
… Thom
good morning tom is it possible to trigger a task when i reccive a message in whats up from a certain contact or even 2 open a pop up task when he sends me a message i whats upYou learn Tasker by experimentation.
When in a Variable Split action (or any action for that matter) click on the Help button and it tells you what the action does.
When in a Variable Set action (or any action for that matter) click on the Help button and it tells you what the action does
What I posted is creating two date time character strings so they can be compared so you can tell what was the last one. One is the last incoming Call and the other is the last incoming SMS. This will then tell you if you are responding to a Call or an SMS.
If you have a string %samp that is …
this-is-a-sample
… and do a Variable Split with - as the splitter you will get …
%samp1 is this
%samp2 is is
%samp3 is a
%samp4 is sample
%samp1%samp2%samp3%samp4 will then be thisisasample
… Thom
good morning Thom is it possible to trigger a task when i reccive a message in whats up from a certain contact