( |
|
|
|||
Encodes the contents of a specified string using Base64 encoding. Not a bitsafe function. |
Parameters: | |
The string that holds the text that will be encoded | |
// This will run right after HansaWorld has been started global updating procedure OnApplicationStartup() begin stopalert(Base64Encode("Hello World!")); return; end;
Related topics: |