Using the CSV_Include Project > CSV_Include Reference > CSV_Include Functions > CSV_MM_StoreLastPage

CSV_MM_StoreLastPage

Adds page to last page stack for selected monitor. Page Title is written to queue that stores pages in order of access. (Each monitor has its own queue.) The action to perform when navigating through the last page stack is also stored.

Syntax

CSV_MM_StoreLastPage(iMonitorNo,sPageAction,sPageTitle)

#iMonitorNo:

Number of monitor page was displayed on.

#sPageAction:

Name of action to store on last page stack.

To specify a function, prefix the function name with "?" If a function has been specified then that function will be called when navigating through the last pages, rather than displaying the page.

To include arguments, append a space and then a comma-separated list of the arguments (string constants) to the function name.

#sPageTitle:

Name of page displayed.

Return Value

1 if backward navigation is not possible, otherwise 0.