◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── CREATEINDEX [#]filenumber%,indexname$,unique%,columnname$[,columnname$] ■ filenumber% The number of an open ISAM table. ■ indexname$ Follows the ◄ISAM naming conventions►. ■ unique% A non-zero value indicates a unique index. ■ columnname$ Follows the ◄ISAM naming conventions►. See Also ◄SETINDEX► ◄DELETEINDEX► ◄GETINDEX$►