| |||||||||||
| |||||||||||
group the similar item Posted by yamaha102 (yamaha102), 6 July 2008 Hi,I have a set of data as below $VAR1 = 'A,B'; $VAR2 = 'C,D'; $VAR3 = 'C,K'; $VAR4 = 'K,P'; How to group the above data into A,B C,D,K,P I have no idea. Please guide. Thanks Posted by admin (Graham Ellis), 6 July 2008 Before you write the code, you need to know what you mean by "similar" ... you may already know, but I can only guess. If you can describe that to me / us, we mey be able to helpPosted by yamaha102 (yamaha102), 7 July 2008 Sorry about that.i change the ',' to '=' $VAR1 = 'A=B'; $VAR2 = 'C=D'; $VAR3 = 'C=K'; $VAR4 = 'K=P'; meaning i wish to group all the same item into one group as below: group1 = A,B group2 =C,D,K,P Posted by KevinAD (KevinAD), 7 July 2008 Why are they "the same item"? You need to explain in detail why they belong in one group or another group. This page is a thread posted to the opentalk forum
at www.opentalk.org.uk and
archived here for reference. To jump to the archive index please
follow this link.
|
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 793803 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho |