Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: estringer

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

EESignature

(Not an Autodesk Employee)