EncodeUFS (open)
Encodes a string into a url and filename safe base-64 encoding
Syntax
// Core function, no LOADLIB necessary
STRING FUNCTION EncodeUFS(STRING text)
Parameters
STRING text
String to encode
Return value
STRING
The encoded string
Description
This function encodes a string to using RFC 3548 section 4 encoding. This encoding is safe to use as a URL variable or in filenames, as it does not use '+', '=' and '/", and never longer than a standard base64 encoding