afrazawan Posted December 23, 2013 Posted December 23, 2013 I have multi line text i want to break in one text suppose i have 3 word in multi line text i love you so i want to break separate like i-love-you as well Quote
Dadgad Posted December 23, 2013 Posted December 23, 2013 If you space your MTEXT onto 3 lines, like below i love you then EXPLODE the MTEXT you will wind up with 3 different TEXT items. Wherever you create a RETURN in your MTEXT, it will be broken into different TEXT items, as a TEXT item is always a single line. Quote
afrazawan Posted December 23, 2013 Author Posted December 23, 2013 not break like this " suppose i have 0+000.00 40.565 32.255 452.0000" these data in one line how can separate this all item like 0+000.00 one 40.565 as well Quote
eldon Posted December 23, 2013 Posted December 23, 2013 not break like this " suppose i have 0+000.00 40.565 32.255 452.0000"these data in one line how can separate this all item like 0+000.00 one 40.565 as well That is even easier than inserting breaks. Drag the top right-hand Grip towards the left, until the text is on single lines. Then Explode Quote
mikekmx Posted December 23, 2013 Posted December 23, 2013 That is even easier than inserting breaks. Drag the top right-hand Grip towards the left, until the text is on single lines. Then Explode neat solution Quote
eldon Posted December 25, 2013 Posted December 25, 2013 Perhaps this thread will give you a starting point. Quote
Sengna Posted December 27, 2013 Posted December 27, 2013 If you space your MTEXT onto 3 lines, like below i love you then EXPLODE the MTEXT you will wind up with 3 different TEXT items. Wherever you create a RETURN in your MTEXT, it will be broken into different TEXT items, as a TEXT item is always a single line. Excellent! Dadgad Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.