Create
Creates a new field into the table. You can specified an optional default value to the field.
SUB
Create
(
Name
AS String ,
Type
AS Integer
[
,
Length
AS Integer ,
Default
AS Variant
]
)
Referenced by :
Create