Using CFML (ColdFusion Markup Langauge, aka ColdFusion), how can you compare if two single dimension arrays are the same?
Using CFML (ColdFusion Markup Langauge, aka ColdFusion), how can you compare if two single
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming all of the values in the array are simple values, the easiest thing might be to convert the arrays to lists and just do string compares.
Not as elegant as other solutions offered, but dead simple.