Looping through an enum
#4

OK, so basically I am doing this in a more complex way:

Код:
new string[20] = "some string";
for(new i; i < sizeof string; i++)
	printf("%s", string[i]);
That's clear. My question is: how can I reach the data which is contained in the enum? With this kinda method.

Thanks in advance.
Reply


Messages In This Thread
Looping through an enum - by zsoolt997 - 15.01.2018, 17:57
Re: Looping through an enum - by chneubeul - 15.01.2018, 18:06
Re: Looping through an enum - by Misiur - 15.01.2018, 18:10
Re: Looping through an enum - by zsoolt997 - 16.01.2018, 06:34
Re: Looping through an enum - by MP2 - 17.01.2018, 07:42

Forum Jump:


Users browsing this thread: 2 Guest(s)