GetLineTextWithChildrenEx
Retrieves the contents of a line, including all its child and descendant lines, as text, using the specified part, line, tab and item separators.
Signature
GetLineTextWithChildrenEx(in psPartSep as String, in psLineSep as String, in psTabSep as String, in psItemSep as String) -> String |
Parameters
Name | Type | Description |
---|---|---|
psPartSep | String | |
psLineSep | String | |
psTabSep | String | |
psItemSep | String |
Errors
Error code | Description |
---|---|
4100 | The object is no longer valid. |
4101 | Invalid address for the return parameter was specified. |