Irfan Omair wrote: > Use QString() or QString::null > I blv both is better than =0; Agreed. And I would add that this is the wrong way: str = ""; // Not null! --Dave