Frank Tegtmeyer writes: > > What did Trim() do? > > trim() typically removes whitespace at the beginning and end of a > string. I first saw it in dBase about 15 years ago, I think. This is called "strip" in Python. You find it in the "string" module. Dieter