Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
my string is the "number" 218 but the integer is 14287066
firstfound = trim(Sess0.Screen.GetString(9, 64, 3))
found = 0 [blue]'place this line at the very beginning of your code[/blue]
[blue]'the rest goes after your word is found [/blue]
found = found + 1
newp = trim(sess0.screen.getstring(9,64,3))
currentnote = trim(Sess0.Screen.GetString(9, 64, 3))
sentance = Sess0.Screen.GetString(screenrow, 8, 68)
select case found
case 1
firstpagefound = currentnote
firstrowfound = screenrow
firstsentance = sentance
firstfound = newp
case 2
secondpagefound = currentnote
secondrowfound = screenrow
secondsentance = sentance
secondfound = newp
'..etc...
end select