ArraySetValue ( array ; index ; data )
Set a cell value in an arbitrary-dimensional array
Average rating: 4.4 (38 votes) Log in to vote
Jeremy Bante https://github.com/jbante/ |
~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" )
];
~array
)
"\"Bottom-Left\"¶\"Bottom-Right\"¶"
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Sets a value at a specified position in an arbitrary-dimensional array.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.