respSetSendEmpty()

This procedure globaly sets will response contain empty fields (ZERO or BLANKS) or not.

ParameterTypeDescription
propValueINDICATORMandatoryProperty which indicate if epty values (ZERO or BLANKS) are sent in response.

Examples:

//This means all values will be sent include ZERO or BLANKS.
respSetSendEmpty('1');

//This means only not empty values will be sent. Means not include ZERO and BLANKS.
respSetSendEmpty('0');