IT Nursery
I need to do a simple split of a string, but there doesn’t seem to be a function for this, and the manual way I tested didn’t seem to...
  • June 2, 2022
  • 0 Comments
How can I convert a string to an integer in Lua? I have a string like this: a = "10" I would like it to be converted to 10,...
  • May 26, 2022
  • 0 Comments