DADiSP Worksheet Functions > Function Categories > Query Functions > GETWORKSHEETNAME

 

GETWORKSHEETNAME

Purpose:

Returns the current Worksheet name.

Syntax:

GETWORKSHEETNAME

Returns:

A string, the full path to the current worksheet.

Example:

Given a Worksheet named MATH in the Demo4 Labbook where Demo4 resides in the C:\program files\dadisp folder:

 

loadworksheet("MATH");

getworksheetname();

 

returns C:\program files\dadisp\Demo4\MATH

See Also:

GETEXENAME

GETHOME

GETLABNAME

GETLABPATH

LOADWORKSHEET

OPENLABBOOK