mload
value, errmsg = mf.mload (key, name [, location])
Parameters:
key: string
name: string
location: string ("roaming" or "local"; default: "roaming")
Returns:
value: number, string, boolean, table, int64 or nil.
errmsg: nil on success, string on failure.
Description:
Function mload reads a value from the database.
If the second return value is nil then the first return value is valid.
Note:
int64 - a distinguished type of userdata, created by the bit64 library.