Versions Compared

Key

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

...

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