home - docs - posts - github - contact - rss

JS - I/O Functions

cls

Clears the screen.

getch

Gets an inputted character.

getpass

Reads a string from input, displaying an '*' character mask.

gets

Reads a string from input, of a maximum length.

gfile

Displays a gfile from the gfile path.

globalload

Loads a key / value pair from the global script database.

globalsave

Saves a key / value pair into the global script database.

load

Loads a key / value pair from the script's private database.

loado

Loads a key / value pair from another script's private database.

pause

Displays a pause prompt and waits for user to press a key.

print

Prints a string to the terminal.

save

Saves a key / value pair from the script's private database.

slowgfile

Displays a gfile from the gfile path at approximatly 33.6kbps

Back to Documentation