UpdateRosScriptPls Posted July 12, 2018 Posted July 12, 2018 What is the difference between gg.searchNumber('xxxxxxxxxx', gg.TYPE_FLOAT) And gg.searchNumber('xxxxxxxxxx', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) Pls tell me
Administrators Enyby Posted July 12, 2018 Administrators Posted July 12, 2018 It is same. If you not set parameters then it use default value as described in API help. Quote mixed searchNumber (string text, int type=gg.TYPE_AUTO, bool encrypted=false, int sign=gg.SIGN_EQUAL, long memoryFrom=0, long memoryTo=-1) Perform a search for a number, with the specified parameters. More...
Question
UpdateRosScriptPls
What is the difference between
gg.searchNumber('xxxxxxxxxx', gg.TYPE_FLOAT)
And
gg.searchNumber('xxxxxxxxxx', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
Pls tell me
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.