Get the value associated to a given property (key). Example : //retrieve a value from a property File given a key represented by n myValue = get(propFile, String(n)) display (String(n) + " - " + myValue)
| Name | Type | Description | Mode |
|---|---|---|---|
| key | String | the name of the property | in |