Lingo Dictionary > A-C > comments |
![]() ![]() ![]() |
comments
Syntax
member
.commentsthe comments of
member
Description
This cast member property provides a place to store any comments you want to maintain about the given cast member, or any other strings you want to associate with the member. This property can be tested and set. It can also be set in the Property Inspector's Member tab.
Example
This statement sets the comments of the member Backdrop to the string "Still need to license this artwork":
member("Backdrop").comments = "Still need to license this artwork"
See also
creationDate
, modifiedBy
, modifiedDate
![]() ![]() ![]() |