HTMS
  • Start
  • Main
    • Installation
    • Config
    • HTMS Files
  • Functions / Events
    • SLoad Event
    • Update Function
    • RemoveCache Function
  • Concepts
    • Static Vars
    • Shared vars [Dev]
  • Commands
    • Import
    • Inject
    • Replace
    • Module
    • Exp [Dev]
  • Tutorials
    • Start using HTMS
    • Using modules
Powered by GitBook
On this page
  • Syntax:
  • Multiload syntax:
  1. Commands

Import

Added in V0

PreviousShared vars [Dev]NextInject

Last updated 5 months ago

This command allows loading samples from a

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)

htms file
Import flow