Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

359.Bin Hex Oct Dec converter -- How to change a hex text into decimal and apply a maths expression on it?

User: Vic.Struder -- 2009-11-30
Hits: 162
Type: Bin Hex Oct Dec converter   
Search all Bin Hex Oct Dec converter examples
Description:
Hello, I'm looking for a way to convert Hex data in a .txt into decimal (and then have a data on 100)(in my case 255 is 100 and 127 is 50)(no decimal after the calculation)
Input Sample:
xxx 5@ff 12@63 34@1f
Output Sample:
xxx 5@100 12@39 34@12
Answer:
Hint: You need to Download and install "Replace Pioneer" to finish following steps.
1. ctrl-o open source txt file
2. ctrl-h open 'replace' dialog:
* enter "search for pattern" like:

* enter "replace with pattern" like:

3. click "Replace" button, done.
4. ctrl-s save the file.
Download Script:  scripts/359.rst.zip

Similar Examples:
How to convert the text from decimal to hex in a file? (55%)
How to change all the letters in a text file to upper cases? (54%)
How to change a paragraph of text to a specical shape like a triangle? (54%)
How to change all hyperlink text font into bold inside a html file? (51%)
How to convert Hexidecimal IP addresses in text file into decimal format? (49%)
How to convert IP addresses in text file into Hexidecimal format? (49%)
How to change text file with hexidecimal format into original binary file? (49%)
How to change a binary file into text file with readable hexidecimal format? (49%)

Check Demo of Bin Hex Oct Dec converter