Anyone know of a mechanism to count up the amount of characters in a multi-line trigger?
Character count in triggers
Posted by Mendacitas on Thu 21 Jan 2010 10:17 AM — 3 posts, 16,925 views.
Including spaces.
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. :)
Edit: although you probably posted this before we spoke. :)