local input=gg.prompt({"input first value။"},{"9223372036854775000"})
local input1=gg.prompt({"input second value။"})
mpy = tonumber(input[1]) * tonumber(input1[1])
gg.alert('result; "'..mpy..'" ', 'copy')
gg.copyText(mpy)
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
Yelay12
local input=gg.prompt({"
input first value။
"},{"9223372036854775000"})
input second value။
"})
result
; "'..mpy..'" ', '
copy
')
local input1=gg.prompt({"
mpy = tonumber(input[1]) * tonumber(input1[1])
gg.alert('
gg.copyText(mpy)
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.