Introduction | Quick References | How Do I ... Topics | Built-in Tools | Scripting and Programming
Hpmbcalc uses a special edit box, named Multibyte Hex Edit Box, to list and edit an operand, which is presented by a space-separated list of hex-bytes. Following is a list of its popup menu commands.
| Command | Description |
| Undo | Reverses the last edit-control operation. |
| Delete | Deletes (clears) the current selection (if any) in the edit control. |
| Copy | Copies the current selection (if any) in the edit control to the Clipboard in CF_TEXT format. |
| Copy All | Copies all characters in the edit control to the Clipboard in CF_TEXT format. |
| Copy All (Trim Spaces) | Copies all characters in the edit control, trims whitespace characters from it, and places the result on the Clipboard in CF_TEXT format. |
| Paste Plain Text | Inserts the data from the Clipboard into the edit control at the current cursor position. Data is inserted only if the Clipboard contains data in CF_TEXT format. |
| Paste Hex Text | Inserts the data from the Clipboard into the edit control at the current cursor position. Data is inserted only if the Clipboard contains data in CF_TEXT format or in Hexprobe HEX-Data, HEX-Block formats. |
| Next Prime | Changes the current data to its next prime. |
| Previous Prime | Changes the current data to its previous prime. |
| Insert Format Text... | Presents a Number Formatter dialog to import data from external source, format it to hex-bytes, then insert the latter at the current cursor position. |
| Insert Random-Data... | Presents a Pseudo-Random Data Generator dialog to generate a pseudo-random sequence of bits, then insert it at the current cursor position. |
| Insert Random Prime... | Presents a Pseudo-Random Prime Generator dialog to generate a pseudo-random probabilistic prime, then insert it at the current cursor position. |
| Get CRC Value... | Presents a CRC Check Tool dialog to compute the CRC of the current data based on the CRC parameters you specified. |
| Get Hash Value... | Presents a Hash Value Generator dialog to calculate the hash value of the current data based on the hash method you specified. |
| Randomicity Test... | Presents a Randomicity Test dialog to perform some statistical tests on the current data. |
| General Primality Test... | Performs a general primality test on the current data using Fermat Test, Solovay-Strassen Test, and Miller-Rabin Test method. |
| Fermat Test... | Performs a Fermat Primality Test on the current data for several times. |
| Solovay-Strassen Test... | Performs a Solovay-Strassen Primality Test on the current data for several times. |
| Miller-Rabin Test... | Performs a Miller-Rabin Primality Test on the current data for several times. |