setproceduretext
SOURCE

The setproceduretext statement changes the text of the currently open procedure.


Parameters

This statement has one parameter:

source – the new text for the procedure.


Description

This statement changes the text of the currently open procedure. Any existing text in the procedure will be wiped out.

This example creates a new procedure named Grand Total and fills it in with code to calculate the total of the Debit column.

makenewprocedure "Grand Total"
openprocedure "Grand Total"
setproceduretext {field Debit Total}

This statement must be used with a procedure window open.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.