NovPropertyValues

Prev Next Home Home Table Of Contents Index

NovPropertyValues (Array, Object, Prop, Type)

Reads property values of object into an array. If the property is a Set property, then the names of the objects contained in the set are read. If the property is an Item property, then the property is read as an array of strings that are all 128 bytes in length. These strings will contain binary data.


Example:
StandardIO

Var Objects, Obj, Prop, Ty, Values

Qualifier ObjName ObjType

NovObjects (Objects)

Loop Objects Obj = LoopVal.ObjName Ty = LoopVal.ObjType Writeln Obj ' --------- ' Ty NovScanProperties (Prop,Obj,Ty) Loop Prop Writeln ' ' Prop[LoopIndex] NovPropertyValues(Values,Obj,LoopVal,Ty) Loop Values Writeln ' ' LoopVal EndLoop EndLoop EndLoop

See Also: NovObjects NovScanProperties NovWritePropValue

Category: Bindery Array

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home