roscoe
Well-known Member
- Joined
- Jun 4, 2002
- Messages
- 1,062
- Office Version
- 365
- Platform
- Windows
- MacOS
I have an array with a mix of data types (strings, dates, integers, etc...). When I use the watch window for debugging, some date values show up as dates, but others as a real number (which isn't very helpful). Not sure how that happens, but that question is for another time. In the meantime...
Example, I have an array dimensioned as testarray(1 to 100, 1 to 5) [100 rows with 5 columns]. My data is entered as:
Columns 1,4: String
Columns 2,3: Date
Column 5: Single
How do I declare these data variable types in an array so they are readable as such in the watch window?
Thanks
Example, I have an array dimensioned as testarray(1 to 100, 1 to 5) [100 rows with 5 columns]. My data is entered as:
Columns 1,4: String
Columns 2,3: Date
Column 5: Single
How do I declare these data variable types in an array so they are readable as such in the watch window?
Thanks