Data Length property/style of EditTable column (OpenInsight 32-Bit)
At 29 SEP 2006 04:44:41PM Warren Auyong wrote:
How do I get the data length property/style setting of a column in an EditTable?
At 29 SEP 2006 06:53PM Karen Oland wrote:
widths=send_msg( EntID, "COLWIDTH", 0, "" )
returns @FM delimited list
At 30 SEP 2006 10:34AM Warren Auyong wrote:
That gives the width in pixels, so actually I want "COLCHARS" which is a dynamic array of the data length (+ 1).
Thanks