Previous Topic: $RRN FunctionNext Topic: $SQL Functions (SQL Access Only)


$SPACES Function

This function returns a space or blank.

This function has the following format:

$SPACES 

Example

Assume that A, B, and C are 16‑character alphanumeric fields.

SET A = $HIGH       : returns 16 X'FF'
	SET B = $LOW        : returns 16 X'00'
	SET C = $SPACES     : returns 16 X'40'