Brian Dunning's FileMaker Custom Functions

ArrayValue ( array ; index )

Retrieves a cell from an arbitrary-dimensional array

  Average rating: 4.4 (40 votes) Log in to vote

Jeremy Bante   Jeremy Bante

https://github.com/jbante/

Share on Facebook Share on Twitter

  Sample input:
Let ( [
~array = ArraySetValue ( "" ; List ( 2 ; 2 ) ; "Bottom-Right" );
~array = ArraySetValue ( ~array ; List ( 1 ; 2 ) ; "Top-Right" );
~array = ArraySetValue ( ~array ; List ( 2 ; 1 ) ; "Bottom-Left" );
~array = ArraySetValue ( ~array ; List ( 1 ; 1 ) ; "Top-Left" )
];
ArrayValue ( ~array ; List ( 2 ; 1 ) )
)
  Sample output:
Bottom-Left

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Retrieves the contents of a cell from an arbitrary-dimensional array.

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: