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/365', '', '38.107.179.241', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 20548, 1337599042) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

isnumber

Syntax: %isnumber(s)

true if s represents a valid number.

Example:

#VAR a {}
#VAR b {-0}
#VAR c {3+5}
#MATH d {3+5}
#SHOW a:%isnumber(@a) b:%isnumber(@b) c:%isnumber(@c) d:%isnumber(@d)

displays:

a:0 b:1 c:0 d:1

Add comment

Login or register to post comments