Skip to content
bergsma edited this page Sep 26, 2014 · 3 revisions

#load

###Load data from a file into a hyperscript variable.

Syntax

status = load filespec ;

Arguments

  1. str filespec

The file specification containing the HyperScript structure.

Return Value

boolean status
  • $ACKNOWLEDGE : The data in the file was successfuly loaded.

The STATUS variable is set to $ACKNOWLEDGE

  • %FILE : Could not open file.

The STATUS variable is set to %FILE

Warnings

  • %FILE : Could not open file.

Exceptions

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

Description

  • None

Examples

puts "Create an example for the function 'load'" ;

Related Links

None

Clone this wiki locally