The VivoScript panel gives the user access to the saved Quick Scripts, and allows the user to change the method used to include VQS scripts in other scripts.

VivoScript settings panel
VivoScript settings panel

Run VQS with import support

The #include "script.vqs" syntax is the original VivoQuant method used to include functions from other VQS scripts and works in a way similar to C/C++ preprocessor inclusion. The script that is to be included should be located relative to the application’s current working directory.

It is also possible to use the Javascript es6 and newer import keyword to import a script instead. The script to be imported should be located relative to the VQS script that will be run. This allows for better script management practices but currently has limited support for syntax checking.