comp.lang.ada
 help / color / mirror / Atom feed
* Rename Problem
@ 2007-03-06 16:17 Ant
  2007-03-06 16:53 ` Georg Bauhaus
  2007-03-07  3:47 ` Steve
  0 siblings, 2 replies; 6+ messages in thread
From: Ant @ 2007-03-06 16:17 UTC (permalink / raw)


I am trying to rename an array component, but no luck. Is this
possible or am I just doing something wrong?


TYPE message_array IS ARRAY (index) OF signals_record;
msg : message_array;

PACKAGE m1 IS NEW transmit_message (id, type);

msg (1) : signals RENAMES m1.signals_record;


Anthony




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

end of thread, other threads:[~2007-03-07  3:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-06 16:17 Rename Problem Ant
2007-03-06 16:53 ` Georg Bauhaus
2007-03-06 21:50   ` Ant
2007-03-06 23:21     ` Adam Beneschan
2007-03-07  1:11     ` Jeffrey R. Carter
2007-03-07  3:47 ` Steve

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