DanShockley/FileMaker-CRUD-Script

DictToVariables error in script

Opened this issue · 0 comments

I just copied the custom functions and script steps into a new file in FM12 and found an error with the use of DictToVariables - it contained two parameters in the script, but the custom function is only defined to accept one.

Here is how it was used in the script:
DictToVariables ( $params; "p" )

(lines 152 and 1132 when viewed on GitHub)