![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
ch = char(k1, k2, ...)
Legacy Name: setstr
Returns the character representation of an integer. You can specify an unlimited number of input integers.
Name | Description |
---|---|
k1 | Specifies an integer between 0 and 2^8-1 in printable ASCII characters or a matrix of such integers. |
k2 | Specifies an integer between 0 and 2^8-1 in printable ASCII characters or a matrix of such integers. |
Name | Description |
---|---|
ch | Returns a character array containing the character representation of k1, k2, etc., in rows. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Not characterized |
char([76, 86], [78, 73])
Helpful
Not Helpful