Add new code snippets
This commit is contained in:
5
WA snippets/ToHex.lua
Normal file
5
WA snippets/ToHex.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local function tohex(input)
|
||||
local output = string.format("%x", input * 256)
|
||||
return output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user