Age

IsNull

Description

Returns true if an age object is null.

Syntax

bIsNull = ag:IsNull()

Parameters

None

Return Value

bIsNull
boolean: true if the age object is null.

Remarks

Example
agAge = fhNewAge()
if agAge:IsNull() then
	fhMessageBox('Age is not set')
end