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/287', '', '38.107.179.242', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 8824, 1337595804) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

ascii

Syntax: %ascii(s)
Related: %char

Returns the ascii value of the first character of the string s.

Examples:

#SAY %ascii("A")

displays: 65

#SAY %ascii("a")

displays: 97

Add comment

Login or register to post comments