Index | PAL Intro | Commands | Registers | Indices | Stack | Macros | Classes | Attributes | Errors
attr/mvadd - Add multiple values to object or edit buffer
attr/mvadd ![object], attribute, value <, value ... >
attr/mvadd buffer, attribute, value <, value ... >
Identical to attr/add except that multiple values may be provided for a single attribute in one instruction. See attr_add(5).
The following demonstrates the use of an edit buffer for adding multiple values to an attribute:
.main % Edit an existing node obj/edit P0, ![BookStore]
% Add a list of attribute values attr/mvadd P0, [name], [Oliver Twist], [David Copperfield], [Nicholas Nickleby], [Barnaby Rudge]
% Commit changes obj/commit P0
pal_commands(5), pal_registers(5), pal_indices(5), obj_def(5), obj_clone(5), obj_edit(5), obj_commit(5), attr_add(5), attr_del(5), attr_mod(5), attr_mvdel(5), attr_mvmod(5), attr_load(5), ps_attributes(5),
PROSE Assembly Language at prose.sourceforge.net.
Copyright (c) 2002-2008 Mark R. Bannister <cambridge@users.sourceforge.net>.
This is free software and can be downloaded from prose.sourceforge.net; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
PAL 1.0 | attr_mvadd (5) | 22 December 2008 |