Levenshtein_Array_Load ( lenStr1 ; lenStr2 ; i ; j ; pad )
Called by the Levenshtein function to load the second column of the first dimension, and the first column of the second dimension. (See lines 7-10 of the pseudo-code in the pages referenced in the Levenshtein function description.)
Average rating: 4.3 (33 votes) Log in to vote
Steve Allen Richard Carlton Consulting, Inc. http://www.rcconsulting.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Called by the Levenshtein function to load the first column of the first dimension, and the first row of the second dimension.
(See lines 7-10 of the pseudo-code in the pages referenced in the Levenshtein function description.)
Note: Best viewed in a large text space, for formatting purposes.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.