JamesBand Posted January 12, 2005 Posted January 12, 2005 I have been beating my head against a brick wall for the past couple of days over a problem I have... I need (I think) a custom function that will parse a text field to populate a repeating field. The text can be delimited by <CR>, or anything else... I simply cannont figure out how to do it. Any ideas?
-Queue- Posted January 12, 2005 Posted January 12, 2005 No Custom Function necessary, simply make your repeating field a calculation or an auto-entered calculation text field equal to Let( T = Substitute( Extend(TextField); ["del1";
JamesBand Posted January 12, 2005 Author Posted January 12, 2005 Since I don't need multiple delimiters, I shortened it to: Substitute( MiddleValues( TextField ; Get(CalculationRepetitionNumber); 1 );
Recommended Posts
This topic is 7324 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now