Skip to main content

Timeline for Choose a random item from a table

Current License: CC BY-SA 3.0

10 events
when toggle format what by license comment
Jan 24, 2021 at 6:12 answer added sbbboy timeline score: 1
Sep 1, 2020 at 11:31 answer added vikari honest timeline score: 1
Oct 29, 2018 at 21:23 answer added user9145571 timeline score: 0
Jan 25, 2018 at 8:25 history edited Alexander CC BY-SA 3.0
Tried to clarify the question
May 26, 2016 at 18:41 answer added ahmadh timeline score: 24
Dec 18, 2013 at 1:20 comment added eezing Thought I'd add to this. Yes, by default the first index in a lua array is 1. However, you could have it start at 0 like so: array = {[0] = 'a', 'b', 'c'} print(array[0]) >> a 'b' will follow suit at index 1 and 'c' at index 2...
Nov 11, 2011 at 9:26 history edited Nicolas Kaiser
edited tags
Jun 7, 2010 at 9:56 answer added Michal Kottman timeline score: 83
Jun 7, 2010 at 9:24 answer added ShinTakezou timeline score: 3
Jun 7, 2010 at 9:15 history asked Zen CC BY-SA 2.5