--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/YZFBYNKHQ68/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.
Ill have to study the details of return variable. Youre suggesting I have a single %TIMES+86400 and running it repeatedly for the number of days in the future necessary?
--
Nice work... you should use a for loop to save on some actions... here is a cheat sheet for your extra credit...
Get Next Day Names (435)
A1: For [ Variable:%index Items:1:%par1 ]
A2: Variable Set [ Name:%day_name To:%TIMES+(86400*%index) Recurse Variables:Off Do Maths:On Append:Off ]
A3: Variable Convert [ Name:%day_name Function:Seconds to Long Date Time Store Result In: ]
A4: Variable Split [ Name:%day_name Splitter:, Delete Base:Off ]
A5: Variable Set [ Name:%all_day_names(%index) To:%day_name1 Recurse Variables:Off Do Maths:Off Append:Off ]
A6: End For
A7: Return [ Value:%all_day_names() Stop:Off ]
Main_Task (436)
A1: Perform Task [ Name:Get Next Day Names Priority:%priority+1 Parameter 1 (%par1):3 Parameter 2 (%par2): Return Value Variable:%next_day_names Stop:Off ]
A2: Flash [ Text:%next_day_names Long:Off ]
This will give you a comma separated list of the requested number of day names in %next_day_names
--
You've got a lot more people than you think watching you build this behemoth of a project, Logan.
You're even getting "private" lessons from "The Creator" himself now. An honour, indeed! :)
--
You've got a lot more people than you think watching you build this behemoth of a project, Logan.
You're even getting "private" lessons from "The Creator" himself now. An honour, indeed! :)
You managed to build quite a lot of irony into that post :-)
Pent