,id="yfs_p20_^dji">
so to get it you'd want
Code: Select all
if matchtext(myRetrieve, "(?i)yfs_p20_.*" & char 2 to -1 of tStocks & quote & ">([()%0-9,.]+)" , tPercentage) then
answer "found:" & tPercentage
end if
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
,id="yfs_p20_^dji">
Code: Select all
if matchtext(myRetrieve, "(?i)yfs_p20_.*" & char 2 to -1 of tStocks & quote & ">([()%0-9,.]+)" , tPercentage) then
answer "found:" & tPercentage
end if