07-21-2023
11:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-21-2023
11:59 AM
Have you tried Val("StringNumericalValue"), or CDblAny("StringNumericalValue"). Both of those are in the 'System' iLogic snippets, under Strings. But both are for returning Double (not Integer) data type from a String. You could then attempt to convert the Double to an Integer using something like CInt() or Int(), also both in the System snippets under Math.
Wesley Crihfield
(Not an Autodesk Employee)