- fxmapping-values fxmapprocedure
Returns the values of fxmap as a list in ascending numerical order of key.
Example:
(fxmapping-values (fxmapping 0 "picard" 1 "riker" 2 "troi")) ⇒ ("picard" "riker" "troi")
Returns the values of fxmap as a list in ascending numerical order of key.
Example:
(fxmapping-values (fxmapping 0 "picard" 1 "riker" 2 "troi")) ⇒ ("picard" "riker" "troi")