Hi, can you use the old strlen() function? Or, since you're doing it in C++, turn the results into temp string objects (STL) and ask them if they are null?

(sorry if it's a dumb answer, but I'm fairly new to C++!)

Nick.