Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ref:a_f:f:af:get_attr_value [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1 | ref:a_f:f:af:get_attr_value [2026/08/13 07:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====== GET_ATTR_VALUE ====== | ||
| + | |||
| + | ===== Description ===== | ||
| + | This function is useful when you have to get an attribute value of a certain instance in Context (where there are multiple instances of the object of the required type in the Context). | ||
| + | <alert type=" | ||
| + | **note** | ||
| + | |||
| + | These instances must be placed in the Context by an ordered query, for example <code aim>FIND ALL Object ORDER BY Object.Attr</ | ||
| + | |||
| + | ===== Parameters ===== | ||
| + | - The name of the required object | ||
| + | - The name of the required attribute in the object | ||
| + | - The index of the required instance in Context (starting from 0) | ||
| + | |||
| + | ===== Example ===== | ||
| + | <code aim>FIND ALL MyObject ORDER BY MyObject.SomeAttribute IF GET_ATTR_VALUE (' | ||