Convert Code to interger value.[solved]

JAYESHJAYESH Member Posts: 290
HI experts,

I have field which has code datatype and value in this field is 10
I want to store value of this field in to other field which has integer datatype.

for eg

Code := 10;
Interger := code;

How can i store this value ?

Thank you for your help.
JAYESH PATEL

Comments

  • JAYESHJAYESH Member Posts: 290
    Thanx for the help

    I got it

    EVALUATE(integer1, string1);

    Thanx..
    JAYESH PATEL
Sign In or Register to comment.