Genx Posted February 6, 2006 Posted February 6, 2006 ... i want a calculation field that will take a text field and filter out every second line... or any particular line... sorry to be asking so many questions lately, but i do try to work these things out myself for at least an hour before asking... anyway, cheers genx
Genx Posted February 6, 2006 Author Posted February 6, 2006 and by lines i mean where ever the carriage return character is...
LaRetta Posted February 6, 2006 Posted February 6, 2006 genx, It would help to give us the perspective and reasons you want this. There are usually very easy ways of accomplishing various tasks. When you say line, do you mean there are hard returns, ie, paragraphs in the field? Why do you want to grab different lines? Do you want to say, "Give me line #3" and a calculation produce that information?
Genx Posted February 6, 2006 Author Posted February 6, 2006 (edited) i have some container fields... i want whats in these container fields to be attached to an email... hence i want to specify a variable... to specify a variable i need the filepath... to get the filepath i need to use the getastext function... using the getastext function on multiple container fields gets me something akin to: file:test.jpg filewin:/bla bla filepath/test.jpg file:test2.jpg filewin:/bla bla 2/test2.jpg ... hope you get what im saying and correct me where im wrong... edit:oh right... the containers store only references to files... i forgot to mention that... cheers Edited February 6, 2006 by Guest
Søren Dyhr Posted February 6, 2006 Posted February 6, 2006 and by lines i mean where ever the carriage return character is... MiddleValues( comes to mind, but the dangling pilcrow needs dealing with If it hasn't any use in the solution. So Substitute ( MiddleValues ( theText ; $where ; 1 ) ; "¶" ; "" ) --sd
Recommended Posts
This topic is 6929 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