David Nelson Posted January 20, 2012 Posted January 20, 2012 I have text field which can have multiple lines entered; yeah I know, don't do that (smile) but I need this one because it is not regular field but global for me. If I type two lines in a text can I make a calculation repetition show them so that the first line is in rep 1 and the second is in rep 2 and so on? I know there is limit but that is okay. It is small number of items. I search and find extend but I cannot make them work with what I need. I read probably 50 of them. Somehow it escapes me.
comment Posted January 20, 2012 Posted January 20, 2012 Try = GetValue ( Extend ( YourTextField ) ; Get ( CalculationRepetitionNumber ) )
doughemi Posted January 20, 2012 Posted January 20, 2012 Look into LeftValues, MiddleValues, and RightValues.
David Nelson Posted January 21, 2012 Author Posted January 21, 2012 Thank you Doug, I will study those functions! We meet again, Comment. That did it. I knew I needed Extend but was trying to get the values inside the extend instead of outside of it.
Recommended Posts
This topic is 4747 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