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

Documentation

nltocr

Syntax: %nltocr(s)

converts the newlines (CR/LF) in a string to just CR characters. For example, the Status window only wants CR between lines.

Examples:

#STW + %nltocr(%clip())

adds the contents of the clipboard to the status window. Multiple lines in the clipboard are added properly with just CR instead of the Windows CR/LF newlines.

Add comment

Login or register to post comments