Returns the requested value given by valueNumber from listOfValues.
GetValue ( listOfValues ; valueNumber )listOfValues - a list of carriage return-delimited values
valueNumber - the value to return from the list
text
FileMaker Pro 8.0
For a description of a list of values, see ValueCount function.
GetValue returns the specified value without a trailing carriage return.
GetValue ( "London¶Paris¶Hong Kong" ; 2 ) returns Paris.