Name
ReadFunction -- read a function from a file (V4.0)
Synopsis
func = ReadFunction(id)
Function
This function reads a Hollywood function from the file specified by id and returns it. Reading starts from the current file cursor position which you can modify using the Seek() command.

The function must have been written to the file by the WriteFunction() command.

Inputs
id
file to read from
Results
func
the function read from the file
Example
See WriteFunction


Show TOC