Question:
How can I record the name of the user logged into an Elipse SCADA application in a text file (*.txt)?
Solution:
To do so, just write the application’s userName attribute, via WriteToFile function, in the desired text file.
Example of script:
WriteToFile(“file.txt”, Application.userName + Chr(13) + Chr(10))