Page 1 of 1
SC property
Posted: 25 Jun 2023 07:48
by jupe
I have noticed that most of the special properties don't seem to apply a Field Prefix, eg these don't work:
Code: Select all
e "<prop AR:#aspectratio><crlf><prop D:#image.dimensions>";
Additionally, and I am not even sure if this should work for those special props anyway, but am mentioning it because it is also listed as an example in the help file and doesn't work:
Re: SC property
Posted: 25 Jun 2023 12:01
by admin
Confirmed and fixed.

Re: SC property
Posted: 09 Mar 2024 21:57
by jupe
Not sure if it matters because there are alternatives, but FYI the n flag doesn't work for the new #image.width/height
Re: SC property
Posted: 10 Mar 2024 09:06
by admin
Good point, I did not think of that. But I won't change it. Instead I added this to the release notes:
Code: Select all
Remark:
These are just extensions of SC property/<prop ...>. They are not new Special
Properties (of which #image.dimensions is one). For example, they are not offered
as columns, and you cannot return the field name like that:
echo <prop #image.width n>;
You can do this instead:
echo <prop #image.width "Width: ">;
I might even keep them out of the docs for now.