My question is, is it possible to modify and save the text of a textbox in runtime mode, in such a way that, for example, the modified text is automatically reloaded even after a server shutdown. I don't want to use an external database for the task, just an external file for example.
Thank you in advance for your answer.
Good morning,
Here is a "quick and dirty" version to display variables from a CSV file in text boxes and also to save them so that they are still available after a QHMI / computer restart.
@maralz Thank you for answer. I try it, its working perfectly.

