No, this does no do any harm as "#100" is handled like a constant, that is assigned to TestStr. You can do that without problems. Be carefull with
Code:
STRING* TestStr = str_create("#100");

in a while loop though. This will create a memory leak.



Always learn from history, to be sure you make the same mistakes again...