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

Documentation

iskey

Syntax: %iskey(rec,key)

returns the key number if the key exists in the record, otherwise returns zero (false).

This function is not case-sensitive.

Examples:

#SHOW %iskey("1sa","Level")

#SHOW %iskey(@RecordVar,"abc")

Add comment

Login or register to post comments