len Property

Class: Column

Description

This property indicates the maximum length of data stored in the column.

Syntax

table.column.len

Parameters

None

Returns

A numeric value representing the field length of the column.

When Became Available

v6.0

Example

type RecordCIF cif = Db.getRecord(“CIF”,”ACN=:ACN”)

if cif.nam.len<20 set...

 

* Variable CID must be defined prior to the getRecord   statement.

* The set statement is incomplete