Show in Frame No Frame
Up Previous Next Title Page Index Contents Search

6.1.2 Object type

An object type can be specified by its name prefixed with ‘.
.object type name;
An object type can be used as the argument to a foreach, do or dowhile loop. It can also be used as a condition in if statements, either on its own or as part of a chain clause, including as the final element. An object type can also be used as part of a chain output command, but there the final element must be a property

Show in Frame No Frame
Up Previous Next Title Page Index Contents Search