Skip to main content
Version: v4 (Stable)

GetAttribute

GetAttribute(name AS String, val AS String/Double/Boolean/Integer/Time[, bGMT AS Boolean]) AS Boolean

Gets the attribute value of the current branch matching the given <name>.

When the parameter <val> is Time type, the optional parameter <bGMT> specifies the waited time coding (UTC if <bGMT> is TRUE, else local time).

Returns TRUE if <name> attribute is defined with data in <val>. Returns FALSE if <name> attribute is not defined with unchanged <val>.