Q-SYS Control QuickStarts: Tables, Arrays, and the Loops; Oh My! (Part 1 of 3)

Описание к видео Q-SYS Control QuickStarts: Tables, Arrays, and the Loops; Oh My! (Part 1 of 3)

In this episode, we will learn that Lua tables are data structures that associate key-value pairs and that arrays are simply a special case of the table.

Table of Contents
00:00 - Intro
01:05 - Constructing a Lua table
03:50 - Primary ways of filling a table
07:10 - Indexing with via "dot" notation
08:30 - Functions as a table's value
09:25 - Table of Tables!
10:30 - Caveats to indexing methods
12:05 - Arrays are simply special tables
14:10 - Implicit method of filling an array
14:45 - Explicit method of filling an array
16:15 - Accessing values of the array
16:33 - Summary

Комментарии

Информация по комментариям в разработке