Search found 3 matches
- Sun Nov 17, 2019 3:01 pm
- Forum: Technical / Scripting
- Topic: Tricky Problem-Need help!
- Replies: 4
- Views: 3484
Re: Tricky Problem-Need help!
What game is that? Do you run it from an emulator on Windows?
- Wed Nov 13, 2019 3:43 pm
- Forum: Technical / Scripting
- Topic: hidden variable in watchlist
- Replies: 1
- Views: 1632
hidden variable in watchlist
Hello, I'm doing some tests with HTTPRequest. My code is as follows: Let>strResponse={""} HTTPRequest>https://www.mjtnet.com/,,GET,,strResponse MessageModal>strResponse Let>strResponse={""} HTTPRequest>https://www.meneame.net/,,GET,,strResponse MessageModal>strResponse On the second website the srtR...
- Sat Nov 02, 2019 8:10 pm
- Forum: Beginners
- Topic: Round a number
- Replies: 6
- Views: 6664
Re: Round a number
Divide by 10, trunc and x10 again.