Hello, as in title, currently struggling to use the GetPropertyValue with ToLower, so as below, stripped the bulk of it out, but on the Section slightly further down you can see @item.GetProperty("target").ToLower() and this renders on the page where we have the macro as
Cant use ToLower() within Macro
Hello, as in title, currently struggling to use the GetPropertyValue with ToLower, so as below, stripped the bulk of it out, but on the Section slightly further down you can see @item.GetProperty("target").ToLower() and this renders on the page where we have the macro as
Hopefully someone can help, cheers
Hi Kieron
Use this code:
Thanks,
Alex
Hey Alex, thanks for that, we had solved it just after you posted also but it was a different solution, we went with;
Can you see any disadvantages to this method?
Hi Kieron
It's basically the same, so just how do you like more :)
Just be sure that there are no nulls :)
Thanks,
Alex
Also, be sure that
isn't NULL, because .ToLower() will give you an exception
is working on a reply...