Message 1 of 5
Object Data: 'character' to 'integer', value is truncated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We currently have hundreds of files worked on by different people, and unfortunately overtime, there are files where object data was inputted under 'character', and some under 'integer'.
I'm trying to convert everything back to 'integer', but when i do that, the object data is actually trimmed off at the end when i switch the OD from 'character' to 'integer'. so e.g., if the value of the OD is 12345 (under character), when i change the OD to 'integer', I get a warning saying 'error 851973: object data is truncated', and the value now is 1234 as oppose to 12345.
This happened to every object, under the same object data table, in the same drawing. Please help, thanks!