Create
SUB
Create
(
Name
AS
String
, Fields
AS
String
[
, Unique
AS
Boolean
]
)
Creates an index.
Name
is the name of the index.
Field
is a comma separated string containing the name of each index field.
Unique
indicates that the index is unique, i.e. that two different records cannot have the same index.