AM_EDIT_SYMBOL_GENERIC edits the text parameters within existing symbols.
This action is called when no special edit-symbol dialog
was defined for the selected symbol.
+------------------<-------------------+
| |
| |
---->(AM_EDIT_SYMBOL_GENERIC)--+---(:SEL_SYMBOL)----|symbol|----------+---->
| |
+---(:P00)------|string|---------------+
| |
+---(:P01)------|string|---------------+
| |
+---(:P02)------|string|---------------+
| |
+---(:P03)------|string|---------------+
| |
+---(:P04)------|string|---------------+
| |
+---(:NEXT)----------------------------+
| |
+---(:PREV)----------------------------+
- :SEL_SYMBOL specifies the symbol to edit.
- :P00..P04 specifies the symbol parameter values for the displayed
subset of the complete symbol parameter list. The parameter
buttons show the parameter names as they were defined with AM_SYM_DEFINE.
- :PREV switches to the previous subset of five symbol parameters
of the complete symbol parameter list. It is only available
when there are more then five parameters in the symbol.
- :NEXT switches to the following subset of five symbol parameters of
the complete symbol parameter list. It is only available when
there are more then five parameters in the symbol.
Use this action to edit the text parameters of existing symbols.