procedureinsertfieldname
TEXT

The procedureinsertfieldname statement inserts a field name into a procedure, adding chevrons if necessary.


Parameters

This statement has one parameter:

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


Description

This statement inserts a field name into a procedure, adding chevrons if necessary (if there are non alphanumeric characters in the field name).

procedureinsertfieldname "P/E Ratio"

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


See Also


History

VersionStatusNotes
10.0NewNew in this version.