View Single Post
08-04-17, 01:21 PM   #10
Mortimerlol
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Jul 2017
Posts: 71
Originally Posted by Kakjens View Post
Thanks for providing input and expected output.
I don't understand how did you derive your code from example of Banknorris.
Why
Code:
tableC[#tableC + 1] = k end
in line 2 is required? Why there's "end" in line 9 instead of being after line 5?
You'll probably want to use your specialized sorting instead of table.sort.
Do you use notepad for writing, or some dedicated script editor (semi-random indentation doesn't help)?
I was testing, bad copy/paste. Yes, i use Notepad++...
  Reply With Quote