String class/Get Nth Line method
VI Server Method Information | |
---|---|
Method ID | 6345401 |
Scope | Basic Development Environment |
Data Name | Get Nth Line |
Short Name* | Get Nth Line |
Long Name* | Get Nth Line |
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
Owning Class ID | 27 |
Owning Class Name | String Class |
Return Data Type | No return value |
Invoke Node | |
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes (Read/Write) |
Loads the block diagram into memory | No |
Loads the front panel into memory | Yes |
Need to authenticate before use | No |
Remote access allowed | Yes |
Settable when the VI is running | Yes |
Gets the characters that make up the Nth line in a string control and returns the offsets in the original string in bytes.
You can use this method to determine how the text in a string control is word-wrapped. The position indexes are byte indexes. These are usually equivalent to character indexes, except when using text that has characters that use multiple bytes, such as Asian character sets.
Parameters
Uses
Specific use cases for this method. |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |
See Also
Add links to internal wiki pages that would also help. |
External Links
Add links to external resources that would also help. |