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/470', '', '38.107.179.243', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 6377, 1337602507) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

upper

Syntax: %upper(s)

Return the string s in uppercase.

Examples:

#SHOW %upper("this IS a test.")

displays:

THIS IS A TEST.

Add comment

Login or register to post comments