How do I get the data length property/style setting of a column in an EditTable?
widths=send_msg( EntID, "COLWIDTH", 0, "" )
returns @FM delimited list
That gives the width in pixels, so actually I want "COLCHARS" which is a dynamic array of the data length (+ 1).
Thanks