My idea is to make a function that clears a local variable, for example a variable of any structure type. I want to display a form in a popup and then clear the variable so that the form will not be filled in by default for the next click. Instead of creating another similar variable and assigning it again, or clearing the structure variable attribute by attribute, I think it's more practical.