• Downloading & Installing
• Running
• Examples
Cryptography
• hashSHA256
• hmacSHA256
• hashSHA512
• hmacSHA512
• hashMD5
• hmacMD5
File System
• fileExists
• fileRead
• fileWrite
• folderExists
• unzip
• zip
Networking
• curlExecute
• nsapiExecute
Operating System
• shellExecute
Text Encoding
• base64Decode
• base64Encode
Utilities
• abort / halt / quit
• info
• infoRefresh
• sleep
• stringIndent
• uuidGenerate
Displays a string value to the user via the terminal window.
Unlike the "writeln" function, "write" does not automatically add a newline to the output.
write( "A" ); write( "B" ); write( "C" ); writeln;
© Copyright 2025 Tim Dietrich. | Legal Info