Load VI

Owning Palette: File Classes, Controls, and VIs

Requires: Labstache

Gets a template as a string based on the Partial's key value in the root, or master, template.

Load VI

cToolkit_lvlib_Loaders_lvlib_FilelvclassLoader In represents a Mustache template partial loader implementation.
cerrcodeclst

Error In describes error conditions that occur before this node runs. This input provides standard error in functionality.

Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

cstrKey is the partial tag's key in the Mustache template.
iToolkit_lvlib_Loaders_lvlib_FilelvclassLoader Out is the same object as the Loader In control.
ierrcodeclst

Error Out contains error information. This provides standard error out functionality.

Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

istrTemplate is the raw partial Mustache template that needs to be lexed and parsed for addition into the root Mustache template's Abstract Syntax Tree.