Value
(string) The value to save.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Application.SearchKeywords
OverviewExamples
table Application.SearchKeywords ( string SearchFor,
boolean AllowPartialMatch = true,
boolean CaseSensitive = true )
De s cr ip t ion
Searches all keywords in all pages in the project and returns a table of search results.
P arame t er s
SearchFor
(string) The text you want to search the keywords for.