string=getSheetName()
The function returns name of the actual sheet, set by the function setActiveSheet.

Parameters
There are no parametres in this function.

Example - Director
global xls
xls.setActiveSheet(1)
put xls.getSheetName()

Example - Authorware
CallObject(xls; "setActiveSheet" ; 1)
val:=CallObject(xls; "getSheetName")