greater than and returns missing from calculation in scripts
Closed this issue · 3 comments
In my FileMaker database an Exit Loop If
statement has this expression:
$r > GetAsNumber ( $field_reps )
// v1.2: $r > $field_reps
But the output of fmpvc looks like this:
$r GetAsNumber ( $field_reps )// v1.2: $r $field_reps
view entire output file on GitHub
FYI: This may affect other elements, but I only checked scripts.
I understand the issue and I'll work on it.
Dan, I believe that this issue has been resolved with version 0.3.5.
Also, take note of this warning that I placed this warning at the top of the README:
Warning: with version changes in FMPVC, output format or content may change with no change to the underlying FileMaker files or their DDR. Therefore, when using FMPVC with a version control system, it is prudent to only run a new version fmpvc on a clean repository and check for differences before proceeding.
Thanks! I did a separate commit to reflect the changes in fmpvc 0.3.5: dansmith65/FileMaker-EasySync@756509e