'If shape.CellExistsU("prop.propid", 1) Then' problem :|

D

Dalsgaard

Hey

Having a problem with this one

shape.CellExistsU("prop.propid", 1)
returns false, if the value of the propId is ""

My shape has a custom property named propId, but the
value is = ""

The problem is, i want to check if the shape im working on
has a propId custom property before i set the value.
 
Top