The Md5 function calculates the MD5 value of the string.
Syntax
String Global.Md5(
String text)
String text)
Parameters
| text | Data. | Required |
|---|
Return value
The Md5 function returns a string value.
If an error occurs, the Md5 function returns an empty string.
Example
str = Md5("Drugs are good")