You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a list of file paths (return-delimited multi-line text) is passed as the first parameter to BE_Zip, it returns -1 error and nothing happens. Meanwhile, when a single path is passed, it will generate the zip file as specified.
This can be reproduced on both MacOS and iOS.
Thank you for your reply.
After an investigation, I found that BE_Zip 4.1.4 returns -1 error if the file-paths list text ends with a return character ( Char(13) ). If I remove the last return character, it worked as expected.
Meanwhile, for your information, BE_Zip 4.1.3 worked fine regardless of whether the list text ends with Char(13) or not.
When a list of file paths (return-delimited multi-line text) is passed as the first parameter to BE_Zip, it returns -1 error and nothing happens. Meanwhile, when a single path is passed, it will generate the zip file as specified.
This can be reproduced on both MacOS and iOS.
Environment:
MacOS 11.4
FileMaker Pro 19.2.2
iOS 14.0.1
iOS App SDK 19.2.2
BaseElements Plugin 4.1.4
The text was updated successfully, but these errors were encountered: