I have text of two two lines in a column of table and i want to make them to single entity in every column

I have text of two two lines in a column of table  and i want  to make them to single entity in every column and i want a shortcut any microstation feature to make them single entity with a click is that possible ? right now what i am doing is making cut of one text and pasting it in another text to make it single entity. its taking a very long me to do for every column.

For Example: This is the 2 line text what i have

SIGNAL RELAY DS/ES CONTROL SUPPLY

DS/ES CONTROL SUPPLY

and i want to make them in single entity as 

SIGNAL RELAY DS/ES CONTROL SUPPLY

DS/ES CONTROL SUPPLY

any time saving method  will be workout for me.

i use microstation v8i select series 3

Any answer would be appreciated.

Parents Reply Children
  • Whatever you do, you will have to select both lines of text and copy them into either a new piece of text, or copy one into the other. Whether you include a line break/hard return is up to you.

    There is no tool that will automatically take two lines of text and combine them into one sentence. Bentley hasn't developed one because not very many people need to do that often enough. While it may be an obvious thing to you, I can't think of the last time I needed to do that.

    If you wanted to get into VBA programming, you may be able to write your own tool. But most of us here have jobs and tasks of our own, and can't afford the time to write anything for you. The folks over at the Programming forum are very helpful, but they do have their own work to do, so they can't do it for you, either. The difficulty of the macro would depend on exactly how you wanted it to work.

    Perhaps you have a friend who knows a bit of programming? it may be worth buying them dinner and a couple of drinks to have them come up with something for you. Microstation VBA isn't very much different from any other VB.

    That's why we have VBA and MDL programming languages - because Bentley can't think of every possible tool for every single user. They created a robust platform, and gave us the means by which to write our own tools. Asking the same question a bunch of times when every answer is "No, it doesn't exist" wastes precious time you could spend just doing the task or learning how to make your own tools.

    MaryB

    Power GeoPak 08.11.09.918
    Power InRoads 08.11.09.918
    OpenRoads Designer 2021 R2

        

  • I know what you wanted but it cant be done without vba or too much extra work manually as you said it take too line 2 lines at a time

    But it works the same as if they were all separate text nodes, and grouped together, there is no real difference  because if say you want to edit line 15 you just click on line 15 and its now visible at line 15 ready for editing ...

    This method I outlined  method took me 3 mins from start to finish  result and looks exactly like your rhs example ( revised text rather than excel as you have to be very exact with the equations it gets a little tricky and took me 30 -40 to get it exactly right and you found it hard to get it right on your own... so I revised my post for benefit of others with similar problem).

    Before we were allowed to use imbedded excel tables this is the method we use to use .. it was so long ago maybe 20 years that I forgot how we did it... personally I would use an imbedded excel table with lines/ grids and it looks much better but if you have client standards that wont allow it  then the giant text node method is the least expensive time wise and looks indistinguishable from you separate individual text nodes... try my method first then see if it works for you with editing etc.. it was also easier this way with the line spacing and matching your existing original text...

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

  • there's 2-2 lines of text in every column and i want to make them 1-1 line

    Text Stitcher Tool

    Here's a tool, written in VBA, that stitches two text elements.  You don't need to understand VBA to use the tool.  Just copy it and follow the instructions.

    The tool is freeware and unsupported.  Use at your own risk.

     
    Regards, Jon Summers
    LA Solutions

  • very good Jon excellent vba does exactly whats needed rather than copy paste edit, but poster wont like it he wants it to find all the text incidents for him and not have to click each pair by hand... I believe I gave him a very workable <3 min solution  with what is at hand in microstation but he didnt like that either...

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

  • I believe I gave him a very workable <3 min solution  with what is at hand in microstation but he didnt like that either

    The OP has a mercurial character.  He expresses his goals inadequately and dismisses answers and suggestions capriciously.  He has posted many questions on this and the Programming Forum in recent weeks, where several of us have contributed time and effort to understand what he wants.  After attempting to answer his questions we're left unknowing whether we helped or not!

     
    Regards, Jon Summers
    LA Solutions