Talk:Introduction to OBSE arrays

There are no discussions on this page.
Revision as of 12:21, 6 January 2012 by imported>8asrun6aer (Removing 'Function Return Values' discussion here to avoid any confusion - the section showing how to handle array values returned by functions is correct)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

So is it possible to create an array of arrays? --Bruneauinfo 18:53, 24 December 2010 (EST)

Yes. Syntax is presumably as you'd expect it to be:
let arr := ar_Construct Array
let arr[0] := ar_Construct Array
let arr[1] := ar_Construct Array
let arr[0][0] := 4
let arr[1][0] := 5
Etc.
Dragoon Wraith TALK 01:41, 25 December 2010 (EST)
Return to "Introduction to OBSE arrays" page.