Hi,
I'm afraid you do not have the equivalent in 2.32 and 2.21.
An alternative is to use an external command that you launch with RUN, like openssl for example.
Best regards,
Sisa.
As well as openssl, you may find commands such as md5 or md5sum on your O/S (or can be downloaded).
Also use base.Channel.openPipe instead of RUN if you want to capture what is written to stdout
https://4js.com/online_documentation/fjs-fgl-manual-html/#c_fgl_ClassChannel_openPipe.htmlhttps://4js.com/online_documentation/fjs-fgl-manual-html/#c_fgl_ClassChannel_example_2.htmlI have also seen someone implement the md5 checksum calculation in 4gl if you want an interesting programming exercise :-)
Reuben