Forum Discussion

Egg's avatar
Egg
Frequent Contributor
8 months ago
Solved

aqconvert.strtoint doesn't work.

Hi . I wanna conver Str to Int. 

but that doesn't change. 

I use this code expression and result. 

Please check my code. 

 

  • You have already converted the string value of PR_Count to an integer, but then you are returning a string indicating the type of the operand's value, using typeof operator.

     

2 Replies

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    You have already converted the string value of PR_Count to an integer, but then you are returning a string indicating the type of the operand's value, using typeof operator.

     

    • Egg's avatar
      Egg
      Frequent Contributor

      Yes, that's right.

      Now I know that reason. 

      Thank you. ğŸ˜€