Difference between revisions of "WITH"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
==Purpose== | ==Purpose== | ||
Specify multiple properties for an object | Specify multiple properties for an object | ||
| Line 32: | Line 30: | ||
==Products== | ==Products== | ||
| − | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Objects]] | [[Category:Objects]] | ||
[[Category:Objects Commands]] | [[Category:Objects Commands]] | ||
Revision as of 16:31, 25 November 2009
Purpose
Specify multiple properties for an object
Syntax
WITH <object>
<property definitions>
ENDWITH
See Also
Description
The WITH...ENDWITH block is used to specify multiple properties for an object. The object name is specified in <object>. The <property definitions> consists of property assignments. The properties are specified using preceding dot notation.
Example
with oProduct .productname = "Recital Mirage" .productversion = "3.0" .productyear = "2008" endwith
Products
Recital Server, Recital