Empty() Function

Empty(xValue) takes any type of value as its parameter and returns True (.T.) if that value is empty for its type. For a numeric type, only zero returns .T. For a character type, a value that is all spaces or that has no length returns .T.