createHash
A logic command that creates a hash code Number out of a String or a File. The hash code depends on the content of the String or File value - should two values have equal content, their hash codes will be equal as well.
var
String
Defines the name of the variable holding the Number value representing the created hash code.
value
File, String
Defines the value whose hash code is created.