[HELP] How to make a dynamic array?
#2

Not that I know, however you could just create a definitions file you include into your script where you define the array sizes.

Код:
def_arr.inc

#define MY_ARRAY_SIZE 128
In your actual script file you include this file and from then on you can create new arrays that way:

new test_array[MY_ARRAY_SIZE];
Reply


Messages In This Thread
[HELP] How to make a dynamic array? - by LTomi - 15.05.2010, 13:25
Re: [HELP] How to make a dynamic array? - by juice.j - 15.05.2010, 13:31
Re: [HELP] How to make a dynamic array? - by Killa_ - 15.05.2010, 13:34
Re: [HELP] How to make a dynamic array? - by LTomi - 15.05.2010, 14:08
Re: [HELP] How to make a dynamic array? - by juice.j - 15.05.2010, 14:18
Re: [HELP] How to make a dynamic array? - by Killa_ - 15.05.2010, 14:22
Re: [HELP] How to make a dynamic array? - by LTomi - 15.05.2010, 14:22
Re: [HELP] How to make a dynamic array? - by juice.j - 15.05.2010, 14:23
Re: [HELP] How to make a dynamic array? - by LTomi - 15.05.2010, 14:24
Re: [HELP] How to make a dynamic array? - by Killa_ - 15.05.2010, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)