comp.lang.ada
 help / color / mirror / Atom feed
* Array problem
@ 2002-05-24 22:09 Andreas Lans
  2002-05-24 22:31 ` Preben Randhol
  2002-05-27 10:39 ` Alfred Hilscher
  0 siblings, 2 replies; 10+ messages in thread
From: Andreas Lans @ 2002-05-24 22:09 UTC (permalink / raw)


Thanks for all your help so far, I got the program working at least, but now
a runtime error has started to come up, and the thing its complaining about
is this:

if(pairs <= 100) then

Clients(Pairs) := new Male;

Servers(Pairs) := new Female;

Pairs := Pairs+1;



Where Pairs is an integer, I thought I could use this to store Females and
Males in the array but when I try this, it says: Illegal operand for array
conversion, any thoughts on this??








^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2002-05-27 10:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-24 22:09 Array problem Andreas Lans
2002-05-24 22:31 ` Preben Randhol
2002-05-25  8:49   ` Andreas Lans
2002-05-25 12:12     ` Preben Randhol
2002-05-25 16:30     ` Robert Dewar
2002-05-25 18:00       ` Andreas Lans
2002-05-26  9:09         ` Preben Randhol
2002-05-25 16:38     ` Robert Dewar
2002-05-25 11:30   ` Robert Dewar
2002-05-27 10:39 ` Alfred Hilscher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox