supernatural Posted March 1, 2011 Posted March 1, 2011 I am trying to write my first custom function to reformat a text filed. User enter the following format : text1/text2/text3/text4 I want to reformat this to text1 text2 text3 text4 with a carriage return at the end I think I need a CF and I have been trying this but no success so far. Appreciate someone can help me . Thank you
comment Posted March 1, 2011 Posted March 1, 2011 I think I need a CF Not really: Substitute ( TextField ; "/" ; ¶ ) & ¶
supernatural Posted March 2, 2011 Author Posted March 2, 2011 As usual, you are amazing. Thank you so very much
Recommended Posts
This topic is 5084 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