contains. Check for existance key in hash
[3.
2
.
3
]
^hash.contains[key]
The method checks if hash contains specified key. It returns Boolean
TRUE
if hash contain record with specified key, or
FALSE
if they don't.
Example
Code
^if(^man.contains[birthday]){
Birthday specified for visitor.
}
Copyright © 19972010 Art. Lebedev Studio |
http://www.artlebedev.com
Last updated: 05.02.2008