You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(newby)
hi there.
I have a text file that changes it's data often (it is an export file from a program), it contains:
lastname: Miller
firstname: John
gender: 3
I want to insert in thunderbird something like "dear Mr. John Miller"
so far I think I need [[FILE=C:\infos.txt]] and maybee Java. but output doesn't work:
var Input = "[[FILE=C:\infos.txt]]";
return (Input);
that works for testing:
var Input = "test";
return (Input);
how can I process the content of that file?
The text was updated successfully, but these errors were encountered:
(newby)
hi there.
I have a text file that changes it's data often (it is an export file from a program), it contains:
lastname: Miller
firstname: John
gender: 3
I want to insert in thunderbird something like "dear Mr. John Miller"
so far I think I need [[FILE=C:\infos.txt]] and maybee Java. but output doesn't work:
var Input = "[[FILE=C:\infos.txt]]";
return (Input);
that works for testing:
var Input = "test";
return (Input);
how can I process the content of that file?
The text was updated successfully, but these errors were encountered: