The CONSTB function outputs the specified binary constant.
This function has no inputs.
| Output | Data Type | Description |
|---|---|---|
| Output1 | Binary | Outputs the Data property's binary value. |
| Name | Property Type | Description |
|---|---|---|
| Data | string |
The binary data to be output. Specify the binary data to be output using base 16 Hexadecimal form (0-9,a-f,A-F 2 digit form). Use delimiters to separate the data; the space, tab and new line are a few examples of possible delimiters (" \t\n\r\f"). |
The Binary Functions LEFTB, RIGHTB, MIDB, REPLACEB and TRUNCATEB handle input binary data as it is. If binary data cannot be successfully converted back to a string, an empty string is output.
| Property | Output | |||
| Input1 | none | Data | 61 65 69 6F 75 | 0x6165696F75 |