SlideShow.GetCurrentSlide

number SlideShow.GetCurrentSlide ( 

string ObjectName )

Example 1

nCurrent = SlideShow.GetCurrentSlide("SlideShow1");

Gets the index of the current slide in the slideshow object named "SlideShow1" and stores the result in the variable "nCurrent."

See also:  Related Actions