Tim Heath wrote:
Here is what I have, I want to print everything inside of start, how do I do that?

See Kari's proposal.  Just one extra comment:

                   {ForAll {CondSelect F start nil}
                     proc {$ V}
                   {System.show 'In CondSelect'}
                   {System.show V}
                   end}

but it never enters CondSelect. I know this is a newbie question, but please help me anyway :)

CondSelect selects a *field* of F. Obviously 'start' is the *label* of F, and is not a field. {CondSelect F start nil} returns F.start if that element exists in the record, and nil otherwise.

Cheers,
raph

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to