@YDECODE[s,string] : Create a text string from a hexadecimal input string. Returns the text string.
@YDECODE[inputfile,outputfile] : Decode a hex encoded file. Returns 0 if the output file was successfully written.
Y Encoding is similar to Base64, but uses 8-bit encoding to reduce the amount of data being sent and received.