Get the text of a word in the word list.
public String GetNthWord(long whichWord);
Public Function GetNthWord(whichWord As long) As String
|
Parameters |
Description |
|
whichWord |
Number from 0 to Count-1 indicating which word to get |
Text of the word
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|