Message 1 of 3
Conversion type error

Not applicable
06-27-2013
04:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Debug.Print(" - " + oProperty.Name + " [ID:" + oProperty.PropId + "] : " + Space(30 - Len(oProperty.Name)) + oProperty.Expression)
while executing this code some error is showing.
error is:- Conversion from string " - Title [ID:" to type 'Double' is not valid.
What is the problem.anyone help??