I can't remember if you can setup an Array VAR in BYOND or not.. anyone know the answer?
var/array[2]
ID:175537
Apr 9 2003, 9:10 am
|
|
Apr 9 2003, 9:14 am
|
|
In response to Nadrew
|
|
Ah great Nadrew.. getting caught up in naming conventions again I guess?? :P
Another question as I'll be making quite a few list. Is there a limit to the number of list you can have in a BYOND program?? If not.. what is a safe to stick around if going for quite a few??? At the moment my program will need 71 lists to function the way I need it to. LJR Nadrew wrote: > var/list/some_list = list("blah","bleh") |
In response to LordJR
|
|
LordJR wrote:
Another question as I'll be making quite a few list. Is there a limit to the number of list you can have in a BYOND program?? If not.. what is a safe to stick around if going for quite a few??? At the moment my program will need 71 lists to function the way I need it to. BYOND's current limit is 65,535 lists. :) |