load

Load data from a file into a hyperscript variable.

Syntax

status = load ( filespec ) ;

Arguments

str filespec

Return Value

boolean status

Warnings

%FILE : Could not open file.

Exceptions

%ARGUMENT : Invalid arguments. Usage: status = load ( filespec ) ;

Description

None

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

None