hello all
im back!

heres the problem

lets assume i have a label1 which its text is "(y+1)"
i defined an integer, lets assume its x ...
i made some operations up and lets say there can be diffrent results
and i want to replace y with that math ops result and then define x as it writes in label1...

e.g. label1.text="y+1"
dim x as integer, i as integer
i=textbox1.text
' this part is my thoughts..
x=?????(replace(label1.text,"y",i)))
'i tried val or cint clng instead of "???" but not the result that i want showed up....

please i need answers

ps: i just realized i made a bit more funny faces than i need ""