CONSTB

The CONSTB function outputs the specified binary constant.

This function has no inputs.

Input/Output

Number of Connections: 0
OutputData TypeDescription
Output1BinaryOutputs the Data property's binary value.

Property

NameProperty TypeDescription
Datastring

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").

Topic

Operation

How a Binary function handles byte conversions

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.

Example

PropertyOutput
Input1noneData61 65 69 6F 750x6165696F75