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[i] == "somevalue") dosomething();
}
Any help is...
Hi there,
I would like to add a value (instance of a class) to a session variable. The problem is that i get an error on the cast I do when getting the value back in another page using aClassInstance = (myClass) (session.getValue("ClassInstance"));
I think the problem is that the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.