Preprocessor
#include <scriptID>
this will include a script in with yours so you can make common function libraries
Example
#include 236
void beforeStart()
{
some_function_defined_in_236();
}Scenario Portal |
Public Scripts | Docs | Login |
#include <scriptID>
this will include a script in with yours so you can make common function libraries
#include 236
void beforeStart()
{
some_function_defined_in_236();
}