The Util class / com.Util methods |
Creates a new random string for a given size (deprecated!)
com.Util.CreateRandomString( size INTEGER) RETURNING result STRING
Generates a random binary data of size bytes long, and returns it into a string encoded in a Base64 form.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.