Returns a comma delimited string with the fields of the row at RowIndex of ListboxAddresses. String includes a trailing comma.
Returns:
|
Type |
Value |
Description |
|
String |
Returns a comma delimited list with the contents of the cells of the row at RowIndex of ListboxAddresses |
Parameters:
|
Name |
Type |
Description |
|
RowIndex |
Integer |
The index of the row to retrieve from ListboxAddresses. The index is zero-based. |
Available in:
|
WindowMain |
WindowLink |
|
YES |
YES |
Example XojoScript:
Dim rec As String = GetAddressListRecord(0)