...
| Code Block |
|---|
set #4#airTemperature = 3283.1495; |
This sets the 4th instance of the key "airTemperature" to 3283.1495 K.
| Note | |||||
|---|---|---|---|---|---|
Note: Although you can use the "by condition" syntax for getting values of keys, this method cannot be used for setting such keys i.e. The following will not work:
|
Also see Setting keys by rank.
...