Hi there,
how do i use a list to access induvidual values in the list as a string by using the brackets[].
I would like to do something like
mylist would be the default class list;
for (i=0;i < tillistop; i++)
{
if (mylist == "somevalue" dosomething();
}
Any help is appreciated
Thanx Rim
how do i use a list to access induvidual values in the list as a string by using the brackets[].
I would like to do something like
mylist would be the default class list;
for (i=0;i < tillistop; i++)
{
if (mylist == "somevalue" dosomething();
}
Any help is appreciated
Thanx Rim