December 22, 201213 yr I'm planning on using a number of drop lists, which when individual items are selected, a script would run (on Object modify) that would insert(append) specific text into a text window. Just after some help on scripting this one. TIA
December 22, 201213 yr Hello, Could _i_ grap your attention for a few minutes please ? Do you know how to simply, "remove the last carriage return and all text right of it ? thank you for your time. disable vet rob
December 22, 201213 yr In a script step: Set Field[bigTextField; Let( [countCR = PatternCount ( BigTextField ; "¶" ); lastCRpos = Position ( BigTextField; "¶" ; 1 ; countCR )]; Left(BigTextField; lastCRpos - 1) ) ]
December 22, 201213 yr Do you know how to simply, "remove the last carriage return and all text right of it ? Do Not double post your questions. http://fmforums.com/forum/topic/87095-how-do-i-remove-the-last-carriage-return-and-all-text-right-of-it/?p=400256
Create an account or sign in to comment