I really have no clue how, but i figured it out... maybe you guys could help me clean it up.
for a button under tap controls these are the tasks i used:
1. Read File- tile path to specified text
To Var: %PASS1
2. Set Clipboard
Text: %PASS1
and that loaded the text in the file to the clipboard.
my question is, do i even need those tags, and what are they doing.
The way it is i hafto have seperate text files for each string of text. Ideally i would have all the strings in one file and tasker would know only to read the line of text assigned to each button
ie: %PASS1, %PASS2, %PASS3.
what am i missing to do that?
On Friday, October 12, 2012 10:10:14 AM UTC-4, Chase Donald wrote:
I would like to setup a scene that has a grid of buttons. Each button reads a certain text file stored on the phone and copies a string of text. the example would be:
Button1 (CopiesText1 to clipboard)
Button2 (CopiesText2 to clipboard)
Button3 (CopiesText3 to clipboard)
Text File Is set like:
(line1) Text1 Password1
(line2) Text2 Password2
(line3) Text3 Password3
So hitting button one would look at the text file for whatever is on the line with Text1. It would then store whatever text was there (in this case password1) in the clipboard for pasting.
Is this possible? I don't really understand the variables thing but this seems like simple scripting