Kbase P23218: Can Progress store the character NULL?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/26/2005 |
|
Status: Unverified
GOAL:
Can Progress store the character NULL?
GOAL:
Is it possible to add the null character to a string <char-expression> + CHR(0)?
FIX:
Progress does not recognize the NULL character. Internally,
Progress uses the NULL character to terminate a character
string End of File (EOF). Because of this you cannot store
a NULL character in a field or variable, or send the NULL
character to any device.
The null character could be used in a MEMPTR variable or an OCX could be used as a bridge to send the null character to a device.