All,I just wrapped a few functions using NB - as easy as it used to be in Dolphin! Really nice.
I'm stuck with a simple thing however. I'm passing a string buffer into a function which fills this buffer (null-terminated String). The passed in String however contains all the nulls as well (which is not surprising). What's the "official" way to truncate the String to it's correct length?
Best Regards, Udo