mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 23:39:26 +08:00
Fix: Double search on machines using TYPE_DOUBLE
This commit is contained in:
@@ -25,11 +25,11 @@ function HS9()
|
||||
-- 第一次搜索
|
||||
gg.searchNumber("0.0001;1::30", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1, 0)
|
||||
gg.refineNumber("1", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1, 0)
|
||||
results=gg.getResultCount()
|
||||
gg.getResults(100)
|
||||
gg.editAll(n, gg.TYPE_DOUBLE)
|
||||
gg.getResultCount(results)
|
||||
-- 判断
|
||||
if results==nil then
|
||||
if results==0 then
|
||||
-- 清除
|
||||
gg.clearResults()
|
||||
gg.setRanges(32)
|
||||
|
||||
Reference in New Issue
Block a user