ActionPortfolioGoto
Description Jumps to a particular page or slide in the portfolio.
Examples

with Cube1< br >  .setValue("PortfolioSlide", 3)
 if .doAction("PortfolioGoto") = True then
  msgBox "Portfolio slide 3 is shown"
 end if
end with

Example ExplanationSets the portfolio pages to three and goes to it.
See also
NotesIf no page is set (zero or less or more than the number of pages), no jump is made.