hash$ = SHA1Str(s$)
s$
and returns it. The 160-bit checksum is returned as a string containing
20 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 SHA1 hash of a file, use the SHA1() function instead.