Fallen_Stress Posted November 14, 2020 Posted November 14, 2020 Someone can help me to debug my code please ? I want to search the value that I put + 444444 ask = gg.prompt({"Input Value"},nil,{"number"}) ask = ask+444444 gg.searchNumber(ask, gg.TYPE_FOLAT)
RizPrasety Posted November 14, 2020 Posted November 14, 2020 ask = gg.prompt({"Input Value"},nil,{"number"}) ask = ask[1] + 444444 gg.searchNumber(ask, gg.TYPE_FOLAT) Try this
Fallen_Stress Posted November 14, 2020 Author Posted November 14, 2020 On 11/14/2020 at 12:56 AM, RizPrasety said: ask = gg.prompt({"Input Value"},nil,{"number"}) ask = ask[1] + 444444 gg.searchNumber(ask, gg.TYPE_FOLAT) Try this Expand I tried but the script is searching the value that I typed without adding +444444 1
Lover1500 Posted November 14, 2020 Posted November 14, 2020 On 11/14/2020 at 9:55 AM, Fallen_Stress said: I tried but the script is searching the value that I typed without adding +444444 Expand On 11/14/2020 at 12:56 AM, RizPrasety said: ask = gg.prompt({"Input Value"},nil,{"number"}) ask = ask[1] + 444444 gg.searchNumber(ask, gg.TYPE_FOLAT) Try this Expand I have tested. It work.
Fallen_Stress Posted November 14, 2020 Author Posted November 14, 2020 On 11/14/2020 at 10:10 AM, Lover1500 said: I have tested. It work. Expand He is not adding +444444 He is just directly search the value you typed
Lover1500 Posted November 14, 2020 Posted November 14, 2020 ask = gg.prompt({"Input Value"},nil,{"number"}) ask = ask[1] + 444444 print(ask) See output
MonkeySAN Posted November 14, 2020 Posted November 14, 2020 (edited) it did worked....what do you want actually? Edited November 14, 2020 by MonkeySAN
RizPrasety Posted November 14, 2020 Posted November 14, 2020 On 11/14/2020 at 10:25 AM, Fallen_Stress said: He is not adding +444444 He is just directly search the value you typed Expand Idk what are you trying to do but here is the result
Fallen_Stress Posted November 15, 2020 Author Posted November 15, 2020 On 11/14/2020 at 5:34 PM, RizPrasety said: Idk what are you trying to do but here is the result Expand Thanks I got It I was looking for a method to calculate XOR I get it
zam535582 Posted November 15, 2020 Posted November 15, 2020 A classic case where people ask for something else than what are they really want..one of the many reasons why some question didnt get answered. not a single mention about xor444444 untill the very last one but others people had to guess it for them. 20201115_162057_edited.mp4Fetching info... 3
Fallen_Stress Posted November 27, 2020 Author Posted November 27, 2020 On 11/15/2020 at 8:26 AM, zam535582 said: A classic case where people ask for something else than what are they really want..one of the many reasons why some question didnt get answered. not a single mention about xor444444 untill the very last one but others people had to guess it for them. 20201115_162057_edited.mp4 15.45 MB · 0 downloads Expand can i get this code ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now