Action "Convert Typed Text" Action "Convert Typed Number" Action "Calculate Typed Formula" 

The following options are available for this action:

Number (convert from):

  • Convert to ASCII character
    The number entered will be converted to the corresponding ASCII character e.g. 65 -> A.
  • Convert to/from hexadecimal
    The number entered will be converted from and/or to a hexadecimal number, e.g. 65 -> 0x41 and/or vice versa.
  • Convert to/from octal number
    The number entered will be converted from and/or to a octal number, e.g. 65 -> o101 and/or vice versa.
  • Convert to/from binary number
    The number entered will be converted from and/or to a binary number, e.g. 65 -> 01000001 and/or vice versa.

Paste Mode:

  • Replace text
    The number entered is replaced, e.g. 65 with 0x41
  • Add text
    The number entered is not replaced, but instead the new text is simply added, e.g. 65 becomes 650x41
  • User-defined:
    You can defined additional (fixed) characters here, e.g. %t=%n, 65 becomes e.g. 65=0x41.
    %t stands for the characters entered and %n for the next text.