[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command rc

NAME

Command rc :: Ref Count

SYNOPSIS

rc

DESCRIPTION

The rc function returns the number of referentials.

ACCESS CONTROL

This function requires the `consult' privilege for the `referential' command family.

EXAMPLE

In this example, two referentials named `ref1' and `ref2' are created. rc is used before and after referential creation. The referential counter is 2 after creation.

 
$ dio87d -d
$ dio87c rc 
0
$ dio87c ra ref1
$ dio87c ra ref2
$ dio87c rc
2
$ dio87c rl 
ref1
ref2
$

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html