I have a data stack which has lots of duplicate keys in it's custom properties. Since custom properties are arrays, does that mean this stack is corrupted? This script reveals many, many duplicate keys:

set the customPropertySet of stack "UserData.rev" to "VisitorFacility"
put customProperties["VisitorFacility"] of stack "UserData.rev" into tArr
put the keys of tArr into tFu
-- OR
-- (this also shows the same list w/ many duplicate keys)
-- put the customKeys of stack "UserData.rev" into tFu
sort lines of tFu
put tFu


Is it corrupted, and how can I repair this stack?

Alex Rice, Software Developer
Architectural Research Consultants, Inc.
http://ARCplanning.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to