Hi a simple questin in got is whythe remove thing doesent always work
if your starting integer is 0 and ending integer is like 10 its fine
but if your starting integer is like 47 and last is 57 it wont work. WHY. Could somebody please help me withit
if your starting integer is 0 and ending integer is like 10 its fine
Code:
string = textbox1.text.remove(0,10)
Comment