Documentation

Added in v3.21

dbkey

Syntax: %dbkey(dbvar,n)
Related: %item

Return the key of nth item of the given database variable. The %item function returns the value of the nth item in the db variable. The index "n" starts at one (1).

Example

#ADDKEY dbvar Name Zugg
#SHOW %dbkey(@dbvar,1)


Displays: "Name"

Add comment

Login or register to post comments