Converts the characters 0 through 7 in a string to an octal integer.
The number of bytes into the input string at which this node begins its operation.
The offset of the first byte in the input string is 0. If offset is beyond the end of the input string, this node returns an empty string.
Strings are encoded in UTF-8. For strings containing characters in the U+0000 through U+007F range, the number of bytes in a string is equivalent to the number of characters. However, for strings containing the characters U+0080 through U+7FFFFFFF, the number of bytes is greater than the number of characters.
Default: 0
A numeric value whose representation determines the representation of number.
Default: 32-bit unsigned integer
The index in string of the first byte following the number.
If string is an array of strings, offset past number reflects the offset within the last string.
Strings are encoded in UTF-8. For strings containing characters in the U+0000 through U+007F range, the number of bytes in a string is equivalent to the number of characters. However, for strings containing the characters U+0080 through U+7FFFFFFF, the number of bytes is greater than the number of characters.
The result of converting string into a number. The structure of number matches the structure of string. For example, if string is an array of strings, number is an array of numbers.
If the input string represents a number outside the range of the representation of number, number is set to the maximum value for that representation.
Where This Node Can Run:
Desktop OS: Windows
FPGA: This product does not support FPGA devices
Web Server: Supported in VIs that run in a web application