Documentation

item

Syntax: %item(list, n)

returns the nth item of the given stringlist.

As of version 2.06, this function can also be used to retrieve the nth key in a database variable.

Example:

#SHOW %item("Athos|Bertrand|Caesar",3)


displays: Caesar

Add comment

Login or register to post comments