Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can view and modify the default stop list. Use the Environment Index Settings dialog box, reached from the INDEXES... button in the Environment Management dialog box, which is available from the Database-Environment Settings menu, in the Database Manager.

...

Code Block
/* code fragment for constructing the stop list before calling Create_Index */
If StopList_NO > 1  then
   StopList_Text = Trim(Get_Property(Stop_List$, "TEXTVAL"))
   Swap @tm with @vm in StopList_text
   If Not(Case_Sens) then
     Convert @lower.case to @upper.case in StopList_Text
   End
   StopList = StopList_No:@fm:StopList_Text
End Else
   Stoplist = StopList_No
End   
Create_Index(Xref_Index$, Filename, Column, Case_Sens, Build_Now, Dlist, StopList)

 

 

See also

Delete_IndexUpdate_Index