Consultor Eletrônico



Kbase P23219: Is Progress able to store character NULL as Binary?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/11/2003
Status: Unverified

GOAL:

Is Progress able to store character NULL as Binary?

FIX:

Progress does not have a binary type, so it is impossible to
store character NULL as a binary, however you can store the
binary value into a character, integer field, or variable.

ASCII(NULL) returns -1 and ASCII(EOF) returns -2.