Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlSDBGetChildVal

axlSDBGetChildVal(
x_SDBH
t_name
)
=> t_value / nil

Description

Works as a wrapper around axlSDBGetChild and returns the value for a single child element.

Arguments

x_SDBH

Setup database handle

t_name

Name of the element.

Value Returned

t_value

The value for a single child element is returned.

nil

Indicates an error.

Examples

Returns the value for a single child element.

extensionSDBH = axlSDBPutExtension( mainSDBH "test extension")
axlSDBSetChild( extensionSDBH "King" "Louis XIV")
axlSDBGetChildVal( extensionSDBH "King")
=> "Louis XIV"

Return to top
 ⠀
X