set – Talk

From Bohemia Interactive Community
Revision as of 19:31, 13 April 2017 by RHfront (talk | contribs) (Created page with "So to access arrays within arrays, there are two possibilities: 1: array set [n select n etc., val] 2: array select n etc. set [n, val] I believe the second one to be correct.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

So to access arrays within arrays, there are two possibilities: 1: array set [n select n etc., val] 2: array select n etc. set [n, val]

I believe the second one to be correct.