Hi, this should be simple but...I need to count the number of characters set in the variable ($summary). My $summary variable takes the first 500 characters from another variable $text. Sometimes $text might be less than 500 characters so I need to count the number of characters that actually end up in the variable $summary.
This is how I get the summary variable...