Skip to main content
Version: 11.2

$.udb.clearGenericHostVars()

note

This article is about the clearGenericHostVars() function of the $.udb object.

$.udb.clearGenericHostVars()

Clears all generic host variables created with $.udb.genericHostVar().

This function does not return a value.

tip

To clear an individual host variable, set this variable to null with $.udb.genericHostVar() instead:

$.udb.genericHostVar('PK', null);

Syntax

$.udb.clearGenericHostVars()

Example

$.udb.clearGenericHostVars();