![]() | Download Help (Windows Only) |
Owning Class: membership
Requires: MathScript RT Module
c = is_char(a)
Legacy Name: ischar
Determines whether a matrix has a character data type.
Name | Description |
---|---|
a | Specifies a scalar, vector, or matrix of any data type. |
Name | Description |
---|---|
c | Returns 1 if a has a character data type. Otherwise, this function returns 0. c is a Boolean. |
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 | Yes |
A = ['abc', 'def']
C = is_char(A)
Helpful
Not Helpful