Code: Select all
Prop:Width: < 1024Code: Select all
Prop:#162: < 1024Code: Select all
Prop:Height: < 1400
Prop:#164: < 1400Code: Select all
Prop:Width: < 1024Code: Select all
Prop:#162: < 1024Code: Select all
Prop:Height: < 1400
Prop:#164: < 1400Code: Select all
v12.60.0015 - 2013-07-23 13:53
+ SC get got a new named argument "propertyindex".
Syntax: get("propertyindex", propertyname)
propertyname: Name of the property.
It's identical to the column header in Details
view, and has to be in the system locale (e.g. in
German in a German Windows).
return: The numerical index of that property.
Or "-1" if the propertyname is not found.
Note:
The return varies from Windows to Windows, and from system to system.
Usage:
Make scripts using extended properties (SC property, SC report
with "prop:") portable and working under different Windows versions.
Examples:
text get("propertyindex", "besitzer"); // -> might return "8" in a German XP
text get("propertyindex", "orientation"); // -> might return "254" in a English Win7
Code: Select all
Prop:*Width: < 1024Awesome! Thanks! Now I don't need to go through that list all the time whenever I switch computers and stuff.admin wrote:Added something. In the next version you can do this:The prefixed asterisk will internally convert "Width" to its property index.Code: Select all
Prop:*Width: < 1024