proofgeist / generator

Generator - Store, explore, share and create FileMaker Code
MIT License
35 stars 8 forks source link

Native Script still uses BE function #20

Closed toddgeist closed 7 years ago

toddgeist commented 7 years ago

Not the generated script but the one used by generator itself

I've spotted a small discrepancy in the HTTP Native ( {request} ) script. On line 74 the generator still calls one of the CFs that used the BaseElements plugin to created the variable Set variable [ $headersList ; Value: jsonGetKeyList ( $headers) ]. Looking earlier in the script I assume that this should be Set variable [ $headersList ; Value: JSONListKeys ( $headers ; "" ) ] to keep then entire script native to FileMaker 16.