procedureinsertformname
TEXT

The procedureinsertformname statement inserts a form name into a procedure, adding quotes.


Parameters

This statement has one parameter:

text – form name to insert. (Note: The statement does not check that the text is actually a valid form name.)


Description

This statement inserts a form name into a procedure, adding quotes.

procedureinsertformname "End of Year Report"

Note: This statement examines the text where the procedure name is about to be inserted for context. If there are quotes around the insertion spot, it will not add quotes. If there is an opening quote before the insertion spot, it will not add quotes and it will automatically add the appropriate closing quote mark.


See Also


History

VersionStatusNotes
10.0NewNew in this version.