|
|
|
|
- Reason
- Correction
- Example
- Using the Name property on a Boolean variable
Error 705: The property does not exist on this type
You are trying to run a property. This property cannot be used on the specified type. Remark: The automatic completion automatically proposes the properties corresponding to the type of object used. If the property is not found in this list, it cannot be used on this type of object. See the online help to find the requested property and the type onto which this property can be applied. Using the Name property on a Boolean variable Code triggering the error
b is boolean b..Name = "C"
Possible correction Use another property, another function, etc.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|