The string that you want to modify.This input can also be any data type that contains only strings, such as an array or cluster of strings.
offset
The number of characters into the input string at which this node begins its operation.
The offset of the first character in the input string is 0.
If offset is beyond the end of the input string, this node returns an empty string.
Default: 0
default
A numeric value whose representation determines the representation of number.The node ignores the actual value of this input.
Default: 32-bit unsigned integer
offset past number
The index in string of the first character following the number.
If string is an array of strings, offset past number reflects the offset within the last string.
number
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.
The following table shows how the values of
string,
offset, and
default affect
number.
string
offset
default
offset past number
number
Comments
92
0
0
0
0
9 is not an octal digit.
071a
0
0
3
57
a is not an octal digit, so conversion stops there.
Installed By: LabVIEW Communications System Design Suite (introduced in 1.0)
Where This Node Can Run:
Desktop OS: Windows
FPGA: All devices (only within an FPGA Algorithm)
This site uses cookies to offer you a better browsing experience. Learn more about our privacy policy.