Create
SUB
Create
(
Name
AS
String
, Type
AS
Integer
[
, Length
AS
Integer
, Default
AS
Variant
]
)
Creates a new field into the table.
Name
is the name of the field.
Type
is its type:
gb.Integer
,
gb.String
,
gb.Date
, ...
Length
is the length of the field, when
Type
is
gb.String
.
Default
is the optional default value.