I have a question about string protection function.
Add the first string. -> The name is “str1”.
Add the second string -> The name is “str2”.
Remove “str1” -> Now “str2” is only left.
Add the new string -> The name is again “str2”.
Now there are two “str2”, and which value does exo_get_string(“str2”) refer to?
Add the first string. -> The name is “str1”.
Add the second string -> The name is “str2”.
Remove “str1” -> Now “str2” is only left.
Add the new string -> The name is again “str2”.
Now there are two “str2”, and which value does exo_get_string(“str2”) refer to?