Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbCloseBag

dbCloseBag( 
g_bagId 
[t_mode] 
) 
=> t / nil 

Description

Closes the property bag in the given mode. If closing for append or write, the function decrements the write count.

Arguments

g_bagId

The ID of the property bag.

t_mode

Mode to close the bag.

If omitted, it closes in read mode.

Value Returned

t

The bag is closed successfully.

nil

It fails to close the bag.

Examples

dbCloseBag( bagId "a" ) 

Related Topics

Soft Connect Terminal Functions


Return to top
 ⠀
X