11-04-2010, 12:52 PM
Hi,
Instead of "&", use "AND". Actually in VB, "&" operator is used to concatenate 2 Strings.
Now your code should look like
The code below doesn't provide enough information about what you want to do or how you want to include it in the IF condition. Please provide a good description
Instead of "&", use "AND". Actually in VB, "&" operator is used to concatenate 2 Strings.
Now your code should look like
Code:
If ((imgcategory="Poster Art") AND (imgwidth="72") AND (imgheight="108")) then
The code below doesn't provide enough information about what you want to do or how you want to include it in the IF condition. Please provide a good description
Quote:And one more thing I have another attribute primary="true" which is optional and may not show up for all the image nodes also have to be in if condition. How to code that