Im not sure what your problem was, is it that you dont know how to create an empty string?

Strings are described in the manual. This is an empty string:

STRING* MyEmptyString = "";

or this

STRING* AnotherEmptyString = str_create("");

Hope this helps...