Unnamed1 Posted February 12, 2023 Posted February 12, 2023 So i need help here If i search the main val and found 0 it should alert or search new val i will putting If g == gg.getResultCount(0) then gg.alert("Nothing Found") end I cant make it able to work
Proejder Posted February 12, 2023 Posted February 12, 2023 if gg.getResultsCount() == 0 then gg.alert('not found') os.exit() --can be used to end if there is no other search else --paste code
Question
Unnamed1
So i need help here
If i search the main val and found 0 it should alert or search new val i will putting
If g == gg.getResultCount(0)
then
gg.alert("Nothing Found")
end
I cant make it able to work
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.