I've seen lot's of answers to convert strings to integers, but how can I convert integers to strings? When I try microseconds.toString() I get the following error: attempt to index upvalue 'microseconds' (a number value)
Please note that this …
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 work. How would I do it?