- Posted by
- Thanks Mofi, your method works very good. One additional question: How to select an area from offset to offset in the middle of a file? As a decribed in my 1st post, when trying to reach this by mouse left click at the 1st offset. Then scroll down by using the scrollbar and SHIFT + mouse left click ...Posted in UltraEdit General Discussion
-   Topics
-   Views
- reinim19
Apr 11, 2014
- Hi, I've got a (larger) binary file, which i open in HEX mode. Now I want to a) cut away some block from the beginning of the file down to a byte at a special 1st HEX offset in the file b) want to keep the following code area to another 2nd HEX offset c) cut away the code from the 2nd HEX offset dow...Posted in UltraEdit General Discussion
-   Topics
-   Views
- reinim19
Apr 10, 2014
- Thanks Mofi. Is there anything which can't be done with UE :wink: ? About the characters in the braces: Is it possible to define these "strange" characters by their UTF-8 code instead? For example {#C384#C39C} It's easier to read and type the numbers instead of the "strange" characters.Posted in Macros
-   Topics
-   Views
- reinim19
Sep 21, 2007
- No, it's not that simple. The text is in ASCII format, but just only this character was wrong converted by the source of my file. other non-ASCII chars are correct in my file (ö,ü,etc). And the Conversion UTF8-to-ASCII didn't solve this problem.Posted in Macros
-   Topics
-   Views
- reinim19
Sep 21, 2007
- I want to do the following as part of a Macro, so it wouldn't be good if I should switch in HEX-mode therefor. I want to search for "Ä" (=C3 84 hex) and want replace it with "Ä". But Find MatchCase "Ä" can't find these characters, so it's maybe better to search for the exact HEX-code, but how?Posted in Macros
-   Topics
-   Views
- reinim19
Sep 21, 2007
- Hello, I'm having numbers and want them to be cut (and round) in the following way 1 > 1 (or 1.0) 1.2 > 1.2 1.23 > 1.2 1.25 > 1.3 1.267 > 1.3 as you see, the numbers can have a different amount of post-comma digits how to realize that with a Macro?Posted in Macros
-   Topics
-   Views
- reinim19
Sep 20, 2007