Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Duplicate definition with existing object
■ An object with the same name already exists. For example,
Command1 is already the name of a command button control:
DIM Command1 AS INTEGER
■ In the scenario above, Command1 is already type
"CommandButton" and cannot be declared as type INTEGER.
■ Possible solution:
• Change the name of the object or the variable.
■ If you need additional help, move the cursor to a keyword
and press F1 to open the Help window.