Cicode Programming Reference > Cicode Function Categories > Tag Functions Introduction > TagRDBReload

TagRDBReload

Works in conjunction with the TagInfo function. Reloads the variable tag database so when TagInfo is called it picks up all online changes to the tag database.

Syntax

TagRDBReload()

Return Value

Returns 1 if the tag database was successfully reloaded, and 0 if the tag database fails to load.

Note: This function will fail and return 0 if the parameter [General]TagDB as been set to 0.

Related Functions

TagInfo

See Also

Tag Functions