Hi,
Charles Ross (Chuck) posted the following script in 2010 to split the contents of a text field into text chunks, using the last period (within a period count) as text chunk separator:
Let(
[
MaxString = Left( String; 100 );
// Get the first 100 characters of the original st...