Moderators IIYAMA Posted October 31, 2012 Moderators Share Posted October 31, 2012 How do you call this way of recreive data? and is this a good or bad way? pls don't start about function etc.... it is just a sample.. test = {} test[1]=2 test[2]=3 test[3]=4 test[4]=1 A = 4 B = test[A] outputChatBox (B) -- output in chatbox 1 Link to comment
myonlake Posted October 31, 2012 Share Posted October 31, 2012 This means you are fetching data from a table. It is a good way to make your code with less lines/unnecessary crap. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now