Character count in triggers

Posted by Mendacitas on Thu 21 Jan 2010 10:17 AM — 3 posts, 16,925 views.

#0
Anyone know of a mechanism to count up the amount of characters in a multi-line trigger?
#1
Including spaces.
Netherlands #2
I already answered this for you in IMs. Use string.len(line) in the case of a function, or string.len("%0") in the case of Send to: Script.

Edit: although you probably posted this before we spoke. :)