Mimic.FullName
The Mimic.FullName property returns the full name of the Mimic that contains the script
Syntax |
Mimic.FullName |
Description |
Returns the full name of the Mimic that contains the script that is running. |
Arguments |
None. |
Returns |
String |
Example:
MsgBox "Mimic Name = " + Mimic.FullName
This returns the name of the Mimic that contains the script and displays it in a message box.
NOTE: The FullName property is read-only.