ProcedureInfo methods syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(No difference)

Revision as of 15:21, 22 August 2011

The syntax for each of the ProcedureInfo class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of ProcedureInfo methods.

%number = procedureInfo:Bytes

%outProcedureInfo = procedureInfo:Copy

%outProcedureInfo = procedureInfo:DeepCopy

%string = procedureInfo:Filename

%string = procedureInfo:FirstPageNumber

%string = procedureInfo:LastUpdateTime[( [string])]

%number = procedureInfo:LastUpdateTimeMilliseconds

%string = procedureInfo:LastUpdateUser

%procedureInfoList = %(ProcedureInfo):List( In= string, [Name= string])

%string = procedureInfo:Name

%procedureInfo = %(ProcedureInfo):New( In= string, Name= string)