Question
Conversion string -> int in relations
Hello everybody,
is there a way to convert a string parameter value into the corrispondent
integer value within a relation.
I explain: we have a string parameter that actually contains an integer,
and we have to use this integer to perform some computations in a relation.
I expected to use something like this
MY_VALUE = atoi(STR_PARAM) + 10
We are using Pro/ENGINEER 2001.
Thanks,
-Stefano
is there a way to convert a string parameter value into the corrispondent
integer value within a relation.
I explain: we have a string parameter that actually contains an integer,
and we have to use this integer to perform some computations in a relation.
I expected to use something like this
MY_VALUE = atoi(STR_PARAM) + 10
We are using Pro/ENGINEER 2001.
Thanks,
-Stefano

