home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / chgatt < prev    next >
Text File  |  1995-07-10  |  2KB  |  58 lines

  1.  
  2.    15.3 CHANGE ATTRIBUTE
  3.  
  4.  
  5. The CHANGE ATTRIBUTE command is used to substitute one attribute for another
  6. on a group of selected entities or the whole database. The search key
  7. attribute can be entered as just an attribute name, or an attribute name and
  8. specific value.  
  9.  
  10.  
  11.    COMMAND SYNTAX
  12.  
  13.       #CHANGE ATTRIBUTE FROM modifiers TO modifiers :Ent x1 .. xn
  14.  
  15.          or
  16.  
  17.       #CHANGE ATTRIBUTE FROM modifiers TO modifiers [CR]
  18.  
  19. The specified attribute substitution will take place on all selected
  20. entities that have the required search key attribute.
  21.  
  22.  
  23.    MODIFIERS
  24.  
  25. FROM           This modifier is used to access the next four modifiers
  26.                used to enter the search key for the substitution as an
  27.                attribute.
  28.  
  29. .ATTRIBUTE     The name of the search key attribute. If no data values are
  30.                entered after this attribute name, any entity with an
  31.                occurance of this attribute regardless of any data values
  32.                will be processed by the command.
  33.  
  34. ..TEXT         Used to enter a text data value for the search key attribute.
  35.  
  36. ..INTEGER      Used to enter an integer data value or list of values for
  37.                the search key attribute.
  38.  
  39. ..REAL         Used to enter a real data value or list of values for the
  40.                search key attribute.
  41.  
  42. TO             The TO modifier is used to access the next four modifiers
  43.                used to enter the replacement attribute and associated data
  44.                values for any entity processed by the command.
  45.  
  46. .ATTRIBUTE     The name of the replacement attribute. If the attribute is
  47.                of type TEXT, INTEGER or REAL, a data value or values must
  48.                be entered.
  49.  
  50. ..TEXT         Used to enter a text value for the replacement attribute.
  51.  
  52. ..INTEGER      Used to enter an integer value or list of values for the
  53.                replacement attribute.
  54.  
  55. ..REAL         Used to enter a real value or list of values for the
  56.                replacement attribute.
  57.  
  58.