GetValues ( listOfValues ; valueNumbers )
Returns values in the positions given by valueNumbers.
Average rating: 4.3 (13 votes) Log in to vote
Michael Horak - Show more from this author
*COMMENT Visual Realisation |
GetValues ( "Red¶Cyan¶Green¶Magenta¶Blue" ; "5¶1¶1¶3" )
Red
Green
Blue
Red
Red
Green
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns values in the positions given by valueNumbers. Returned values are listed in the order of their positions in the valueNumbers parameter.
As with all value functions, the result of GetValues() has a trailing carriage return.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.