How can I create a variable that will contain for example 24 bytes of zeros in lua?
I thought about something like: local zeros = "0X0000..00" (with 24 zeros).
And in addition, how can I create a variable that will be in size of 8 bytes?
How can I create a variable that will contain for example 24 bytes of zeros in lua?
I thought about something like: local zeros = "0X0000..00" (with 24 zeros).
And in addition, how can I create a variable that will be in size of 8 bytes?
Copyright © 2021 Jogjafile Inc.
All strings have string library functions attached as methods.
Therefore theres a simpel Answer...