How to clear a string variable

How to clear a string variable

You can use an assign - String = Nothing or String = “”

2 Likes

Thank you for your quick help :heart_eyes::grinning::grin:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.