Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

convert string to integer?

jjjxlr8pgt

New member
Is there a function in PRO/E that will convert a string parameter (ex. A="002345") to an integer parameter (ex. B=2345)?


I have a string parameter A that contains sequential 'numbers' as in the example. I would like to use an IF condition like "IFB > 2345" to control geometry in my model. As far as I know, with string parameters, I can only compare if it is exactly equal or not.


Any other ways to accomplish this in native PRO/E?
 

Sponsor

Back
Top