Hey, i have a .txt file in the following format:
URL;Username;
URL;Username;
URL;Username;
...
...
Now i get the password execution result and want to put the password after each line.
Which Macro can do that?
I tried "append to a line" and string.insert but i can't get it to work because the length of the url's is different. With string.insert i have to define the position where to put the password.
Any help?
URL;Username;
URL;Username;
URL;Username;
...
...
Now i get the password execution result and want to put the password after each line.
Which Macro can do that?
I tried "append to a line" and string.insert but i can't get it to work because the length of the url's is different. With string.insert i have to define the position where to put the password.
Any help?