All Tags »
Collections
Sorry, but there are no more tags available to filter with.
-
how do i do that???????????GAMES BY EMAIL!
-
I see that there is a Collections.Generic class in Phrogram. This should be easier to use than an array.
But there does not appear to be any support for iterators (ForEach) or strongly typed collections? Eg Item(i) is just an object.
Is that correct? Or is there an example like this:
ForEach square In squares
Print( square.Area )
Next