I need to display about 10 images at a same location. I want to know if its possible to display 10 images using an expression as follows:
( <condition> ? exp1 : exp2 )
How can this be done?
Can this work?
(condition=1 ? image1, condition=2 ? image2, condition=3 ? image3...:image10)
( <condition> ? exp1 : exp2 )
How can this be done?
Can this work?
(condition=1 ? image1, condition=2 ? image2, condition=3 ? image3...:image10)
0 Answers:
No answers yet