Import

Added in V0

This command lets you load samples from a htms file

Syntax:

import "Sample" from "File.htms"

Sample Name: This must be the name of one of the samples in the file

File: This can be a full url (https://*.*/*) or a relative path (./*)

Multiload syntax:

import "Sample1","Sample2","Sample3"... from "File"

You can load multiple samples from the same file at the same time by separating the names with commas (No space)

Last updated