The procedureinsertprocedurename statement inserts a procedure name into a procedure, adding quotes if necessary.
Parameters
This statement has one parameter:text – procedure name to insert. (Note: The statement does not check that the text is actually a valid procedure name.)
Description
This statement inserts a procedure name into a procedure, adding quotes if necessary (if there are non alphanumeric characters in the procedure name).
procedureinsertprocedurename "Calculate Ratio"
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
Version | Status | Notes |
10.0 | New | New in this version. |