Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to take a text from a frame in the internet explorer
#4
Several examples

Code:
Copy      Help
if(s="abc") ;;case sensitive
,...
,...

if(s~"abc") ;;case insensitive
,...
,...

if(matchw(s "*abc*")) ;;if contains
,...
,...

sel s
,case "abc"
,...
,...
,case "def"
,...
,...

sel s 1|2 ;;case insensitive, use wildcards
,case "*abc*"
,...
,...
,case "*def*"
,...

(here , are used instead of tabs)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)