Assigning all items in an Enum array [using a loop]
#3

Quote:
Originally Posted by [HLF]Southclaw
View Post

enum data

{

data1,

data2,

data3,

data4,

data5

}

new array[data];
Just a small idea, didn\'t tested it:

pawn Code:
new array[daya] = {0, ...};


Sets all variable values to \'0\'
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)