![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = str_to_range(a)
Legacy Name: str2rng
Converts a spreadsheet range to matrix coordinates.
Name | Description |
---|---|
a | Specifies a Microsoft Excel spreadsheet range. a is a string. |
Name | Description |
---|---|
c | Returns four elements that describe a. The first and second elements in c represent the matrix row and column, respectively, of the top-left element of the spreadsheet range. The third and fourth elements in c represent the matrix row and column, respectively, of the bottom-right element of the spreadsheet range. c is a vector. |
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 |
A = 'A1..B3'
C = str_to_range(A)
Helpful
Not Helpful