7.9.8.33. GEL_LoadGEL()

Loads a GEL file.

Syntax

GEL_LoadGel( “fileName” );

Parameters

fileName names the GEL file to be loaded. The fileName must be enclosed in quotation marks.

Description

This function loads the specified GEL file.

If the file is not in the current directory, provide a full path name within the string. A double backslash escape sequence is required to ensure that you get a backslash into the fileName Parameters.

Synchronous

Synchronous from GEL: Yes

Completely synchronous: Yes

Example

GEL_LoadGel(“c:\mydir\myfile.gel”);

Related Topics

GEL_UnloadGel

GEL_UnloadAllGels