1. Is there anyway to reach it?
2. It's when I create an Iterator and get an program as argument to create() and I want to make sure that the program is the kind of class it should iterate over.
something like this
PIKEFUN void create(program l) { if (l is a LinkedList) <-- how to solve this? { then init } else { Throw error } }
/ Peta, jo det är jag
Previous text:
2003-01-24 11:20: Subject: Two questions
For this you should read Finnman's report. :-)
What do you mean by "kind of program"? What problem are you
actually trying to solve?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)