Quote:
Originally Posted by ownedbycats
Question: How would I check whether the values of identifier: and identifier2: (in this case, mobi-asin: and amazon: ) are identical?
|
Use the select() function. Example:
Code:
program:
select($identifiers, 'x') == select($identifiers, 'z')