Just so Nathan can see the problem:

"aProperty = aValue " <- extra space on the end
"aProperty = aValue"  <- no space on the end

Thilo - this begs the question:

Does the leading space get trimmed?

In other words: which of the following is true?

aProperty == " aValue "
aProperty == " aValue"
aProperty == "aValue "
aProperty == "aValue"


Cheers,
Timo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to