Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An @fm delimited list of user-defined properties.

See Also

User-Defined Properties

Example

Code Block
declare function dcount
 
UDPs = Get_Property(CtrlEntId,'UDPLIST')
 
numUDPs = dcount(UDPs,@fm)
ctrls = str(ctrlentid:@fm,numUDPs)
 
swap @fm with @rm in ctrls
swap @fm with @rm in UDPs
 
values = Get_Property(ctrls,UDPs)