Difference between revisions of "Tabulation getStartingPageNumber"

From Catglobe Wiki
Jump to: navigation, search
Line 6: Line 6:
 
==== Tabulation_getStartingPageNumber ====
 
==== Tabulation_getStartingPageNumber ====
  
Sets the starting page number for the pdf report '''Syntax'''
+
Sets the starting page number for the pdf report  
 +
 
 +
'''Syntax'''
  
 
Tabulation_setStartingPageNumber()
 
Tabulation_setStartingPageNumber()
Line 18: Line 20:
 
''number''
 
''number''
  
<br/>
+
 
  
 
{{note}} ''This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].''
 
{{note}} ''This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].''

Revision as of 11:27, 24 June 2016

Tabulation_getStartingPageNumber


Please write a description and submit to code to autogen it next time

Syntax

Tabulation_getStartingPageNumber(array emails);

Arguments

emails: array. Array of emails.

There are 2 ways of using array emails:

The first way: Each email is an EmailBlacklist object

The second way: Each email is an array with pair of email and comment {email, comment}

Return type

Number. Number of emails added to Blacklist


Tabulation_getStartingPageNumber

Sets the starting page number for the pdf report

Syntax

Tabulation_setStartingPageNumber()

Arguments

none

Return value

number


Note Note: This function should be paired with function Tabulation_setShowResultAsPdf.

Availability


Version 6.0