sum$ = MD5Str(s$)
s$
and returns it. The 128-bit checksum is returned as a string containing
16 hex digits. Note that Hollywood strings can also contain binary data
so that you can also use this function with non-text strings.
If you want to compute the MD5 checksum of a file, use the MD5() function instead.