![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Text functions > GetValue function |
|
|
| GetValue function |
| Format |
GetValue(listOfValues;valueNumber) |
| Parameter |
| listOfValues - a list of carriage return-delimited values |
| valueNumber - the value to return from the list |
| Data type returned |
| text |
| Description |
| Returns the requested value given by valueNumber from listOfValues. Useful in looping scripts or recursive custom calculations. |
| Example |
| GetValue("London¶Paris¶Hong Kong";2) returns |
| Paris |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Text functions > GetValue function | Next Page |