SlideShow.GetSlideCount

number SlideShow.GetSlideCount ( 

string ObjectName )

Example 1

nTotal = SlideShow.GetSlideCount("SlideShow1");

Gets the number of slides in the "SlideShow1" slideshow object and stores the result in a variable called "nTotal."

See also:  Related Actions