DecodeUFS (open)
Decode a string encoding using url and filename safe base-64 encoding
Syntax
// Core function, no LOADLIB necessary
STRING FUNCTION DecodeUFS(STRING text)Parameters
STRING textString to decode
Return value
STRINGThe decoded string
Description
This function decodes a string that usiedg RFC 3548 section 4 encoding