Thank you for help, I will check your project the next days :-)
It was only example... I have a lot more structs :-)
In principe I want to swap the struct type.
Hello together, I have a question regarding programming a FB for a REST request. I successfully programmed a FB which send a Post request to a server and get an answer. The answer depends on the request and I want to store the answer in a struct. What I try now is to built a FB which store Data to a struct which can be dynamically changed. Something like this: First call of FB get a result of the POST request '{"RESULT_CODE":0,"RESULT_TEXT":""}' So I use at the output a struct like this: TYPE st_MES_Result...