Import
Added in V0
This command allows loading 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"
Multiple samples can be loaded from the same file at the same time by separating the names with commas (No space)
Last updated