メモリを解放するにはどうすればよいですか?
文字列があるとします
Dim TestStri As String
TestStri = "Test"
' What do i have to type up to get rid of the variable?
' I know
TestStri = Nothing
' will give it the default value, but the variable is still there.
Long、int などの他の変数に同じメソッドを使用できますか?