Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find html imput text?
#1
Ok i want to make that will get the text of a word, and that if say the word is "Day1" To keep the Day the same, but change value of 1 to +1 that would make it 2. i know how to do that part. the part i dont get is how do i have it find the text from html element? i have tried findrx but i dont think its right becuase didnt work. idk how to seperate the text from the number? help plz?
#2
str s=el.Text
out s
#3
Macro
Code:
Copy      Help
str s="day1"
str s2 s3
s2.get(s 0 3)
s3.get(s 3)
int i=val(s3)+1
s.from(s2 i)
out s
#4
tyvm


Forum Jump:


Users browsing this thread: 1 Guest(s)