File Name
Syntax
R_GetScreenPrintDefinition(VAL type: STRING ): LIST OF ScreenPrintRec IS
Parameters
type - Type of print screen record to retrieve
Returns
LIST OF ScreenPrintRec
Side Effects
None
Description
This routine gets the format of the print record for a dialog.
Dialog Forms Called
None
File Name
Syntax
R_TokensToCsv(VAL tokens: LIST OF STRING): STRING IS
Parameters
tokens - List of tokens
Returns
LIST OF ScreenPrintRec
Side Effects
None
Description
This routine creates a CSV string from a list of tokens.
Dialog Forms Called
None