455place
WatchMaker Bug Tracking All the ideas and discussions
1 vote Vote

Evaluate tasker variables in lua scr

I pass a varuable from tasker. This variable can be used e.g., string.sub({ttemp},1,5); nevertheless, this will not work in lua script.

Reg , 22.03.2015, 14:40
Idea status: rejected

Comments

AlexCurran, 10.06.2015, 10:50
use string.sub('{ttemp}',1,5) (quotes)

Leave a comment