hi all,
I have a problem with list. I have a list that looks like this.
(not C1) C2 C3
now, when I give this as an input to my procedure then I guess it's processing this list as 4 elements, but I want to make it understand that (not C1) as a single element. how to do it? it works fine when I produce the list this way, (notC1) C2 C3, but I want the space between not and C1 and still I want to consider it as a single element. can some one help me.
thanx,
Raj.
I have a problem with list. I have a list that looks like this.
(not C1) C2 C3
now, when I give this as an input to my procedure then I guess it's processing this list as 4 elements, but I want to make it understand that (not C1) as a single element. how to do it? it works fine when I produce the list this way, (notC1) C2 C3, but I want the space between not and C1 and still I want to consider it as a single element. can some one help me.
thanx,
Raj.