as well as the ? that Guennadi mentioned, I am wondering about you having:
that might work if FullName0900AM is a CString but you would be better to simply have:
if FullName0900AM
that way it will work for a String as well. Otherwise if FullName0900AM is a string, doing len() will just return the declared length. In that case you could say