Suite.js Documentation

Introduction


Getting Started

• Downloading & Installing
• Running
Examples


Technical Support


Functions

Cryptography
• hashSHA256
• hmacSHA256
• hashSHA512
• hmacSHA512
• hashMD5
• hmacMD5

File System
fileExists
fileRead
fileWrite
folderExists
unzip
zip

Input / Output
beep
prompt
write
writeln

Networking
curlExecute
• nsapiExecute

Operating System
shellExecute

Text Encoding
base64Decode
base64Encode


Advanced Topics

write

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 Example

write( "A" );
write( "B" );
write( "C" );
writeln;

© Copyright 2025 Tim Dietrich. | Legal Info