| Concept Framework 1.0 documentation | Contents | Index |
| Name | Version | Deprecated |
| share_open | version 1.0 | no |
| number share_open(number key[, boolean bReadOnly=false]) |
| key | the key used to identify the shared memory segment |
| bReadOnly | true if the segment cannot be written |
| Accesses a previously created shared memory segment. The segment identified by key must exist; you can create shared memory segments with share_create. |
import standard.lib.shared |
| Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |