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/390', '', '38.107.179.244', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 6993, 1337599720) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

number

Syntax: %number(s)

convert a numeric string to a number.

Example:

#SHOW %number(" +007")

Displays: 7

#SHOW %number(" 1+007")

Displays: 0 This is because the string is not simply numeric.

Add comment

Login or register to post comments