user warning: Table './zuggsoftdb/accesslog' is marked as crashed and should be repaired query: INSERT INTO accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node/284', '', '38.107.179.244', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 7802, 1337595561) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

arrget

Syntax: %arrget(arrayname,index)

Return an element from an array. This is like arrayname[index] in other languages. If you ask for an element that is not in the array, a null string is returned. Index values start at ZERO.

Examples:

#VAR a %array(1,"test","hello")
#SHOW %arrget(a,2)

displays:

test

Add comment

Login or register to post comments