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/285', '', '38.107.179.240', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 11416, 1337595594) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

arrhigh

Syntax: %arrhigh(arrayname)

return the index value of the last element in the array

Examples:

#VAR a %array(1,2,3)
#SHOW %arrhigh(a)

displays:

2

Remember that the lowest element has an index of ZERO. So, the index values for this array are: 0,1,2.

Add comment

Login or register to post comments