Description
Returned if at least one memory cell exists for the given index value, within the application.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application
Syntax
object.ApplicationMemoryExists(strIndexValue)
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
ApplicationMemoryExists is the command.
strIndexValue is the required index value.
Example
If Application.ApplicationMemoryExists("IndexName") then
MsgBox "IndexName is indexed"
End if