isproperty()
Description
Checks to see if the string passed in is the name of a
property of the type of the object that was passed. Returns
either .true or .false.
Prototype
isproperty (
type(*) ,
string object )
s
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| object | None | type(*) | |
| s | None | string |


