Browse By Tags

  • RE: [V8i] How to delete unnecessary space's ?

    Unknown said: I didn't read the ". " search pattern anywhere While I agree with Frank's suggestion to use a regular expression (RE), MicroStation isn't the best place to experiment with those. The dot "." in an RE simply says 'match any character…
  • Re: Using Regular Expressions to Find and Replace Text

    Regular Expression Testing Regular Expression s (REs) are hard. But they are also powerful, so it's worth learning them. When you can't see what the processor is doing, as when you're using the MicroStation text matcher, it's extra difficult. There…
  • RE: [V8i VBA] CreateTextElement replaces back slash

    Unknown said: The string might contain any escape sequence (\179, \179 etc). But if you come up with something much prettier you are welcome! Regular Expressions As you have by now noticed, VBA has poor support for String operations. The 'prettier…
  • Regular Expression test file exist, then drive GUI

    Here's a question that is actually two questions combined. Before you tell me to post 'm seperately, hear me out first please. Is it possible to have Regular Expressions test for the existence of a certain file? Is it possible to have a tool change it…
  • Re: How to create a new pen table based on a FDOT supplied pen table?

    Here is more information on Regular Expressions. Regular expressions are special character combinations that help you perform different operations, such as searching for variable forms of text and selecting multiple items when specifying the name of…