Convert string to integer

string str=“1234”
how to convert this to int

2 Likes

Use Cint(Variable)

2 Likes