Calculate File CRC32

  Could you put an option in the "Calculate File CRC32" action with the desired result type (decimal or hexadecimal). Actually I have to script it to change to decimal:

var t1 = CRC32;
var t2 = t1.replace("$", "0X");
CRC32 = parseInt(t2);

  Best regards,

  DM

Hi Daniel,

Thanks for the suggestion. You can now choose “Decimal” or “Hexadecimal” for the CRC32 format:

Here’s a test build with the new feature, if you’d like to try it out:

https://www.finalbuilder.com/downloads/finalbuilder/550/FB550_366.exe

Regards,

Angus

Great, tested and approved. One script less, three remaining. :stuck_out_tongue:

Best regards,
DM