Fields syntax modification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all, Ill try to keep it short. I'm trying to edit some predesignated fields, such as paper size to display but in a different format, for example, papersize field currently displays the full plot name, size, followed by the full word "INCHES":
ANSI A (8.50 X 11.00 INCHES)
I would like to edit this to display (8.50 X 11) only, or maybe (8.50" X 11").
I want to know if there is a way to modify this format, or the format for any of the other pre-programmed fields. As I'm not seeing any user integrated means to achieve this. I want to know how I can edit the code in the AcFields.fdc file to achieve this, however, I'm not too familiar with the fields program syntax.
currently the file for firldId #67 reads:
</Field>
<Field fieldId="67" name="PaperSize" evalId="AcVar" fieldFormatType="String">
<DisplayName resource="217" src="AcFieldRes.dll"/>
<FieldCode>PaperSize</FieldCode>
<FieldCategories>Plot</FieldCategories>
<OptionDialog class="CVariableDialog"/>
Please let me know how I can modify this code.
Also please let me know if this is Lisp language or another back-end language different from lisp (I must work on my understanding of the LISP syntax).
thank you.