Assert_IsNull

Name

Assert_IsNull — Checks if an object is null, and fails if is not.

Function Assert_IsNull (
     objHandle%,
     errorMessage$
)

Parameters

Table 9. Parameters

Name Type Description
objHandle int Object handle (use Handle function to get it).
errorMessage string Optional error message to output on failure.

See Also

Assert_IsNotNull

Index

Click here here to view the latest version of this page online