sourceΒΆ

source returns the file name in which the function is located.

ssFileName = source(ssFuncName)

Return Value

ssFileName is the file name in which the function is defined or an empty string if the file name is unknown. If the file is found in the UniScript search path and the file the the extension .ic the complete file name is returned. If not found the name without extension is returned.

Parameters

ssFuncName

ssFuncName is a function name.

Example

* source("len")
c:\uniplot\script\MATRIX.ic

id-1495242