Kbase P37878: The equal comparison ignores trailing blanks.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Unverified
SYMPTOM(s):
The equal comparison ignores trailing blanks.
Where clause ignores trailing blanks.
CAUSE:
This is expected behavior. This works as documented in Progress Language Reference. Thus, "abc" is equal to "abc ".
FIX:
Leading and embedded blanks are treated as characters. Therefore " abc" is not equal to "abc".