Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals

Introduction
 » ASP DidYouMean
Object Reference
 » Object Reference
 » getSuggestionString(strInput)
 » getSuggestionArray (strInput [, intMax])
 » getLanguagesAsArray()
 » setLanguages(strDictionaryName)
 » addCustomDictionary(strFileName)
 » addCustomDictionaryFromArray
 » getCustomDictionaryModifiedDate
 » getSafeQuery (strInput)
 » setBannedWords(arrWordsArray)
 » setRegKey(strKey)
Example
 » Basic Implementation
 » Multiple Results
Registration Detail
 » Registration
 

addCustomDictionaryFromArray

Creates a custom dictionary from an array without actually using a text file, this is useful for database integration.

strID is a string Is used to identify the Array for updatiing purposes and getCustomDictionaryModifiedDate

arrWordsArray is an array for words, ideally in alphabetical order

binOverWrite If binOverWrite is set to false, then an existing array of the same Id will not be overwritten.

Example

data recovery trial keystroke logger digital camera repair software
software help software manuals data recovery tools
data recovery shareware disk repair freeware disk repair utilities

<%

set objDYM = server.createObject("ASPDidYouMean.DidYouMean")
arrWordsArray= Array("jacob","lynann","samuel")
objDYM.addCustomDictionaryFromArray "NAMES",arrWordsArray , True

%>

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals